What's Changed
* Docker ghidriff by clearbluejar in https://github.com/clearbluejar/ghidriff/pull/57
* Ghidra Zip File Support, Calling Counts Feature, Bug Fixes, extra tests! by clearbluejar in https://github.com/clearbluejar/ghidriff/pull/63
**Full Changelog**: https://github.com/clearbluejar/ghidriff/compare/v0.5.1...v0.5.2
Ghidra File Zip File Support
![image](https://github.com/clearbluejar/ghidriff/assets/3752074/3b376ac5-6424-40b7-adad-a578a543510f)
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.
<img width="377" alt="image" src="https://github.com/clearbluejar/ghidriff/assets/3752074/410c3129-c97b-480f-a86a-9d8f3a34c332">
<img width="803" alt="image" src="https://github.com/clearbluejar/ghidriff/assets/3752074/056e372f-88b1-4730-87dc-6bf0d4e59b3e">