-
I am running ghidra in a docker container so I can use the headless analyzer in a pipeline. I have installed the binexport extension in ghidra and am running a custom post script with the headless ana…
-
Currently, I am manually analyzing and exporting every program as a .BinExport to then use in my python script. Is there a way to automatically generate these .BinExport files without doing it manuall…
-
I am running ghidra in a docker container to use the headless analyzer in a pipeline. I have an extension for google zynamics binexport and a custom script that will export the analyzed file as a .Bin…
-
In IDA 9.0 rc1, IDA32 has been removed ([No more IDA32](https://docs.hex-rays.com/release-notes/9_0#no-more-ida32)), and rename `libida64.dylib` to `libida.dylib` (in MacOS).
![Image](https://github…
-
**Describe the bug**
Bindiff is unable to process statically linked binaries exported by Ghidra with BinExport.
I have not tried BinExport with IDA.
**To Reproduce**
Steps to reproduce the…
-
**Is your feature request related to a problem? Please describe.**
support IDA version 9.0
-
Hello,
I've tried to run python-binexport (through the command line tool) with a Python 3.9 installation and it does not work.
```
$ binexporter
Traceback (most recent call last):
File "/us…
-
Would it be possible to please cut a new release. I'm specifically interested in the Ghidra improvements made in https://github.com/google/binexport/commit/9077afe1ab04f07e1bb57331e4170dce10f4b9bf?
mr-tz updated
2 months ago
-
Following the documentation I've tried `secondary = Program(LoaderType.binexport, "./objcopy.BinExport")`
and `p1 = Program(Path("objcopy.BinExport"))` both of which crash in unexpected ways.
```
…
-
Running cmake with `-DBINEXPORT_ENABLE_IDAPRO=OFF` results in the error:
```
CMake Error at build/binexport/cmake/FindIdaSdk.cmake:173 (find_path):
Could not find IdaSdk_LIBPATH64 using the fol…