-
BinExport doesn't export the raw binary path in the protobuf message so either we have to guess it or we can accept it as a parameter in qbindiff. The latter would be better of course but then we lose…
-
[tags]binaries,utils[/tags]
[short_descr]Experimental binary diffing tool addressing the diffing as a aetwork alignement quadratic problem.[/short_descr]
[link] https://diffing.quarkslab.com [/link]
…
-
for 687e79cde5b0ced75ac229465835054931f9ec438816f2827a8be5f3bd474929
```asm
.text:00000000000075B8 LDP X29, X30, [SP],#0x10
```
1. operand: X29
2. operand: X30
3. operand: [SP],#…
mr-tz updated
2 months ago
-
This doesn't appear to work for Ghidra-generated BinExport (see CI fails). This must be an issue with the BinExport files themselves as we don't calculate the back edges in capa. It's no…
mr-tz updated
5 months ago
-
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 does not seem like a convenien…
-
Could you update your source file layer.py?
Because theano.sandbox.cuda.dnn is discarded in theano 1(>theano 0.9).
from theano.sandbox.cuda.dnn import gpu_contiguous, GpuDnnConvDesc, gpu_alloc_empt…
-
**Is your feature request related to a problem? Please describe.**
In order to use [BinDiff](https://github.com/google/bindiff) for program diffing, one needs to export binary disassembly first.
For…
-
Documenting this as a known issue here. Ghidra developers are aware and I've [asked for clarification](https://github.com/NationalSecurityAgency/ghidra/issues/5825#issuecomment-2150609967) if there is…
-
## Is your feature request related to a problem? Please describe.
Currently, when using BinDiff for binary file comparison, we can see the matched functions, but there's no convenient way to export…
-
see https://github.com/mandiant/capa/pull/2106