clearbluejar / ghidriff

Python Command-Line Ghidra Binary Diffing Engine
https://clearbluejar.github.io/ghidriff/
GNU General Public License v3.0
507 stars 21 forks source link

fix call subfunctions computation #77

Open dingiso opened 8 months ago

dingiso commented 8 months ago

Deer Clearbluejar,

Ghidra possesses the capability to categorize the relationships between code blocks (with CodeBlockReference) into various FlowTypes. I believe we can leverage this feature to determine the count of call references, such as CALL instructions in x86-64, which will enhance its performance across multiple Instruction Set Architectures (ISAs)

Dingisoul, Best Regards