Skip to content

Commit

Permalink
Update build instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
atxr committed Jun 22, 2023
1 parent e0d5bea commit 106c928
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,12 +75,14 @@ For now, `yara-ttd` only supports Windows, because it needs to interact with the
First build the project:

```bash
mkdir build
cd build
git clone --recursive https://github.com/airbus-cert/yara-ttd.git
mkdir yara-ttd/build
cd yara-ttd/build
cmake ..
cmake --build .
```

The executable will be built in `./bin/Debug` or `./bin/Release`
Then, add the `TTDReplay.dll` and `TTDReplayCPU.dll` files in the same directory as the executable.
You will find these DLL files in `%LocalAppData%\Microsoft\WindowsApps\Microsoft.WinDbg_X\TTD`

Expand Down

0 comments on commit 106c928

Please sign in to comment.