clearbluejar / ghidriff

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

handle 1000s of unmatched functions #46

Open clearbluejar opened 1 year ago

clearbluejar commented 1 year ago

"with a further 100,000 it could not correlate...."

This is mitigated somewhat by having a function limit (defaulted to 200), but want to handle this case generally.