-
install extensions for : ghidra_BinExport.zip (binexport12-linux.zip isn't recognized as an extension)
Extension version for [ghidra_BinExport.zip] is incompatible with Ghidra.
-------------------…
-
Overview of the Mach-O Executable Format
Mach-O is the native executable format of binaries in OS X and is the preferred format for shipping code. An executable format determines the order in which…
-
**Describe the bug**
Using a Mac with XCode 15.0, configuring the CMake build and running `cmake --build . --config Release` (internally, this uses a the Makefile generator) gives this error:
```
.…
-
Hola o/
tl;dr; `python-binexport` does not work on Windows.
It requires `python-magic`, which is not working on Windows without an auxiliary package named `python-magic-bin`, embedding some nat…
-
There is an issue with the build system when I'm trying to install qbindiff from sources in a Python 3.11 virtualenv. It is linked to the `pyproject.toml`, as there is duplicated information in the `s…
-
**Is your feature request related to a problem? Please describe.**
I have no access to the IDA SDK (downloading it appears to require an IDA Pro license/login), but I have no need for the IDA Pro plu…
-
BinExport is trowing an exception (in `binexport/function.py`) when using the following code:
```
p = qbindiff.Program(qbindiff.LoaderType.binexport, './firmware3v3.bin.BinExport')
q = qbin…
-
BinExport is raising the following exception when trying to load a binexport file:
```
Traceback (most recent call last):
File "test.py", line 18, in
main()
File "test.py", line 7, in ma…
-
Hi, I'm getting the following error when using `differ.compute_matching()`:
```python
Traceback (most recent call last):
File "test.py", line 70, in
main()
File "test.py", line 64, in …
-
IDA spew:
```
BinDiff 8 (@568181968, Sep 25 2023), (c)2004-2011 zynamics GmbH, (c)2011-2023 Google LLC.
BinExport 12 (@568181968, Sep 25 2023), (c)2004-2011 zynamics GmbH, (c)2011-2023 Google LLC…