binexport
binexport copied to clipboard
Ghidra: BinExport: link CallGraph.Vertex messages to Module messages
Ghidra's extension does not link CallGraph.Vertex
messages to Module
messages for imported functions e.g. kernel32.ReadFile
. Truly I'm not sure if CallGraph.Vertex
messages representing imported functions should be linked to Module
or Library
messages. The IDA plugin links them to Module
messages. @cblichmann can you provide additional insight here?