Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rikodot authored Jan 17, 2024
1 parent 9ffb67f commit 2b8c6c9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,11 @@ git clone https://github.com/rikodot/binja_native_sigscan
cd binja_native_sigscan
cmake -S . -B build
```
3. launch newly generated Visual Studio .sln project located in (...\binaryninja-api\examples\binja_native_sigscan\build\) and build the project OR use `cmake --build build -j8` instead
3. launch newly generated Visual Studio .sln project located in (...\binaryninja-api\examples\binja_native_sigscan\build\) and build the project or use `cmake --build build -j8` instead
4. to load the plugin, copy compiled binary into the plugins folder
- on windows `copy ".\build\Release\sigscan.dll" "%appdata%\Binary Ninja\plugins\sigscan.dll"`
- on linux `cp ./build/out/bin/libsigscan.so ~/.binaryninja/plugins/libsigscan.so`
- you need to have same Binary Ninja version installed as the API version you are compiling

### Building using Github Actions
- based on [binja-ci-tests](https://github.com/CouleeApps/binja-ci-tests)
Expand Down

0 comments on commit 2b8c6c9

Please sign in to comment.