Skip to content

v0.5.2 - Ghidra Zip File Support, Calling Counts Feature, Bug Fixes

Compare
Choose a tag to compare
@clearbluejar clearbluejar released this 15 Dec 21:46
· 76 commits to main since this release

What's Changed

Full Changelog: v0.5.1...v0.5.2

Ghidra File Zip File Support

image

You can now run ghidriff using Ghidra Zip Archive files. This is useful when you already have an binary analyzed.
Example:

ghidriff old.bin.gzf new.bin.gzf

Called / Calling Counts Added Feature

Now for each function, the calling and/or called diff will include reference counts.

image image