Christian Blichmann
Christian Blichmann
Labelling as "Enhancement", as this should really only need an upgrade to the build host to use a newer Ghidra.
I'll update the release binaries a bit later. Here is one for 10.1.4: [ghidra_BinExport.zip](https://github.com/google/binexport/files/9206841/ghidra_BinExport.zip)
Thanks, does this happen for every binary? I might be able to look into this later today.
Thanks that should make debugging a bit easier
I had some time to look into this today. It seems that Ghidra does not enumerate all basic blocks when iterating over all instructions of the program versus when iterating...
Neat, thanks! This is especially useful as I a) didn't know that there are official Gradle Docker containers (kinda obvious in hindsight, duh :-)) and b) we'll have to move...
Hey there, The actual check happens in [BinExport2Builder.java:279](https://github.com/google/binexport/blob/main/java/src/main/java/com/google/security/binexport/BinExport2Builder.java#L279). The TL;DR is that BinExport should skip every "non-loaded" function. Are you able to share a file/project where this happens? To get...
I think the culprit lies with > /* WARNING: Treating indirect jump as call */ and Ghidra creating functions. You could just undefine the code in the function and see...
I can't look into this in a timely fashion, but I suspect this may have something to do with the order in which we export the functions from Ghidra. While...
Hi there! Can you tell me a few more details? What's the peak amount of memory that the export process uses (roughly)? How much RAM does your system/VM have (relevant...