You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@cblichmann can you clarify what is responsible for setting back edges? My understanding is that the underlying disassembler (IDA, Ghidra, etc.) builds a flow graph from which BinExport core uses https://github.com/google/binexport/blob/main/function.h#L72 to calculate back edges? If my understanding is correct, then it may be that the Ghidra extension is not generating flow graphs correctly (or at least this would be a good place to start before digging into BinExport core).
I think this should happen in this function:
binexport/java/src/main/java/com/google/security/binexport/BinExport2Builder.java
Line 324 in e5199d7
Related function for IDA:
binexport/binexport2_writer.cc
Line 372 in e5199d7
The text was updated successfully, but these errors were encountered: