Skip to content

Commit 487fa4b

Browse files
committed
WARP: Update readme to reflect correct env var
DEP_BINARYNINJACORE_PATH is an artifact from the branch `rust_break_everything`
1 parent c36effc commit 487fa4b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

plugins/warp/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ Duplicate functions will be removed to save space, any input will always produce
1616
> - 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)
1717
> - Clang
1818
> - 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)
2020
2121
1. Clone this repository (`git clone https://github.com/Vector35/binaryninja-api/tree/dev`)
2222
2. Navigate to this plugin (`cd plugins/warp`)
2323
3. Build in release (`cargo build --release`)
2424

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.
2626

2727
Once it finishes you now will have a `sigem` binary in `target/release` for use.
2828

0 commit comments

Comments
 (0)