BinDiffHelper
BinDiffHelper copied to clipboard
Ghidra Extension to integrate BinDiff for function matching
Is it possible to run this plugin in a headless mode with Ghidra? If so can you give an example of how to do that please?
I am comparing two binaries, one with symbols and one without, and they share a significant amount of functions. I would like to import all matched function names, but by...
Opening a BinDiff file produces the following error: ``` java.sql.SQLException: Error opening connection --------------------------------------------------- Build Date: 2022-Jul-26 1543 EDT Ghidra Version: 10.1.5 Java Home: /opt/homebrew/Cellar/openjdk@11/11.0.16.1/libexec/openjdk.jdk/Contents/Home JVM Version: Homebrew 11.0.16.1 OS:...
It would be great to have automatic builds. And the point is not at all that manual building can be difficult, it’s just that re-building locally for each new version...
By default, BinDiffHelper shows functions from greatest to least value of similarity and this cannot be changed I personally would like to be able to sort the similarity column from...
I am unable to import a bindiff file, as I am met with an error: java.lang.NullPointerException: Cannot invoke "String.equals(Object)" because "priFn" is null --------------------------------------------------- Build Date: 2024-Jul-09 1157 EDT Ghidra...
- #30 On my device, it will always be stuck in the read, but using this method to call bindiff is normal.
```java class com.google.security.zynamics.BinExport$BinExport2 tried to access method 'com.google.protobuf.LazyStringArrayList com.google.protobuf.LazyStringArrayList.emptyList()' (com.google.security.zynamics.BinExport$BinExport2 and com.google.protobuf.LazyStringArrayList are in unnamed module of loader ghidra.GhidraClassLoader @3aa9e816) java.lang.IllegalAccessError: class com.google.security.zynamics.BinExport$BinExport2 tried to access method 'com.google.protobuf.LazyStringArrayList com.google.protobuf.LazyStringArrayList.emptyList()' (com.google.security.zynamics.BinExport$BinExport2...
Windows 11 Ghidra ver. 11.0.3 and 11.1.2 with Java 21.0.4 BinDiff ver. 8 BinExport 12 (Updated for Ghidra 11.0.3) BinDiffHelper v.0.6.1 When attempting to "Diff with other file from ghidra...