-
I think this should happen in this function:
https://github.com/google/binexport/blob/e5199d7303ed92a3eb34599c575fba0a48bb60b3/java/src/main/java/com/google/security/binexport/BinExport2Builder.java#…
mr-tz updated
5 months ago
-
**Describe the bug**
BinExport will merge basic blocks on unconditional branches, however if these blocks are not in increasing order of address, the UI will simply show the instructions in completel…
-
Ghidra's extension does not link `CallGraph.Vertex` messages to `Module` messages for imported functions e.g. `kernel32.ReadFile`. Truly I'm not sure if `CallGraph.Vertex` messages representing import…
-
Rather than manually updating commit hashes would you consider a PR for something like this?
``` diff
diff --git a/cmake/BinExportDeps.cmake b/cmake/BinExportDeps.cmake
index 8832d98..757adb9 100…
-
When exporting the `busybox` binary from [busybox_mips_ghidra_binexport.zip](https://github.com/google/binexport/files/6561276/busybox_mips_ghidra_binexport.zip), the function `_init` at address `0040…
-
Thanks to the release of [the BinDiff source code](https://github.com/google/bindiff), I was finally able to solve an issue I was having when diffing bare-metal binaries (this specific instance happen…
-
Steps to reproduce the problem:
1. Load two large binaries and create IDBs
2. Bindiff one of them against the other
3. Import a couple of symbols and note the time it takes
4. Save the diff resu…
-
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…
-
```
bazel build -c opt //vxsig:vxsig
Extracting Bazel installation...
Starting local Bazel server and connecting to it...
INFO: Repository com_google_binexport instantiated at:
D:/test/vxsig/WO…
-
Consider the executable `ntoskrnl.exe`[1] (official version of ntoskrnl.exe)
After exporting it with BinExport on IDA you will find that the function `FsRtlMdlReadCompleteDevEx` at address `0x14032E0…