Skip to content

Commit a02a4b9

Browse files
authored
Clarify error message for plugin loading issue
1 parent c1a523d commit a02a4b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ A high-performance binary diffing plugin for Binary Ninja that compares function
3636
# Clone and build the Rust library
3737
cargo build --release
3838

39-
If the plugin fails to load due to an "This plugin was built for an outdated core ABI (XXX). Please rebuild the plugin with the latest API (XXX)." Please use the following to update the dependencies:
39+
If the plugin fails to load due to the following error message "This plugin was built for an outdated core ABI (XXX). Please rebuild the plugin with the latest API (XXX)." Please use the following to update the dependencies:
4040
cargo update && cargo build --release
4141

4242
# Install GUI dependencies (optional)

0 commit comments

Comments
 (0)