summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMason Reed <mason@vector35.com>2024-12-14 12:57:01 -0500
committerMason Reed <mason@vector35.com>2024-12-14 12:57:01 -0500
commit487fa4b240ae2c2d5a712dd6e00071f8de57d0fc (patch)
tree4634ce0b494c29615c3a6cad256fc7f8b9236298
parentc36effcbe5a51d625dba4c2dce5f85139069cce0 (diff)
WARP: Update readme to reflect correct env var
DEP_BINARYNINJACORE_PATH is an artifact from the branch `rust_break_everything`
-rw-r--r--plugins/warp/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/warp/README.md b/plugins/warp/README.md
index 15b126e8..6506a7c3 100644
--- a/plugins/warp/README.md
+++ b/plugins/warp/README.md
@@ -16,13 +16,13 @@ Duplicate functions will be removed to save space, any input will always produce
> - 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)
> - Clang
> - Rust (currently tested for 1.83.0)
-> - Set `DEP_BINARYNINJACORE_PATH` env variable to your install directory (see [here](https://docs.binary.ninja/guide/#binary-path) for more details)
+> - Set `BINARYNINJADIR` env variable to your install directory (see [here](https://docs.binary.ninja/guide/#binary-path) for more details)
1. Clone this repository (`git clone https://github.com/Vector35/binaryninja-api/tree/dev`)
2. Navigate to this plugin (`cd plugins/warp`)
3. Build in release (`cargo build --release`)
-If compilation fails because it could not link against binaryninjacore than you should double-check you set `DEP_BINARYNINJACORE_PATH` correctly.
+If compilation fails because it could not link against binaryninjacore than you should double-check you set `BINARYNINJADIR` correctly.
Once it finishes you now will have a `sigem` binary in `target/release` for use.