You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: plugins/warp/README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -16,13 +16,13 @@ Duplicate functions will be removed to save space, any input will always produce
16
16
> - A compatible Binary Ninja with headless usage (see [this documentation](https://docs.binary.ninja/dev/batch.html#batch-processing-and-other-automation-tips) for more information)
17
17
> - Clang
18
18
> - Rust (currently tested for 1.83.0)
19
-
> - Set `DEP_BINARYNINJACORE_PATH` env variable to your install directory (see [here](https://docs.binary.ninja/guide/#binary-path) for more details)
19
+
> - Set `BINARYNINJADIR` env variable to your install directory (see [here](https://docs.binary.ninja/guide/#binary-path) for more details)
20
20
21
21
1. Clone this repository (`git clone https://github.com/Vector35/binaryninja-api/tree/dev`)
22
22
2. Navigate to this plugin (`cd plugins/warp`)
23
23
3. Build in release (`cargo build --release`)
24
24
25
-
If compilation fails because it could not link against binaryninjacore than you should double-check you set `DEP_BINARYNINJACORE_PATH` correctly.
25
+
If compilation fails because it could not link against binaryninjacore than you should double-check you set `BINARYNINJADIR` correctly.
26
26
27
27
Once it finishes you now will have a `sigem` binary in `target/release` for use.
0 commit comments