-
Hello
I'm trying to use Ghidra for generating BinExports for the `diff` and `diff3` arm binaries. However, the BinDiff log result from these BinExports is not consistent when I generate the same pa…
-
Hey,
I am using BinExport with Ghidra 10.0.4 and am having an issue with getting the export files to work with BinDiff due to the following error:
```
bindiff --primary patch.BinExport --secon…
-
I did some patch diffing using BinDiff and I noticed that there is a bug, which I guess is located in BinExport.
The problem is that BinExport splits functions into several small parts, each recogn…
-
Hi all,
Thank you for your wonderful work. I am trying to use VxSig to generate AV signatures for a few malware families, where each family consists of multiple binaries (>2).
If I understand co…
-
see https://github.com/google/binexport/issues/128#issuecomment-2078054664
-
log:
```
Error while diffing: Export of the secondary database failed: Error executing: '"E:\tools\reverse\IDA PRO 7.5\ida64.exe" "-A" "-OBinExportAutoAction:BinExportBinary" "-OBinExportModule:C:\U…
-
While trying to use qbindiff on a ARM32 Thumb program, i got the following exception:
```
Cannot guess the instruction set of the instruction at 0x....
```
I fixed the issue by hard-coding the mod…
-
Steps to reproduce the problem:
1.saved two ida database.
2.Open one of the two database to diff the other database
3.alert message as "Error while diffing: failed opening database: 'unable to open…
-
The Yara signatures look off, and don't correctly match the expected binaries when using static binaries, produced using Ida Free, BinExport, and processed via VxSig.
Processing the following files…
-
There are many opportunities for messages to be deduplicated as they are serialized into the BinExport2 format.
For example, mnemonics can trivially be deduplicated, and different instructions can …