Open Patrick-ICT opened 2 years ago
I am here again. It seems DeepBinDiff costs too much time to compare large binaries. For example, I am diffing the "508.namd_r" in SPEC CPU 2017 on a server. 2000 minutes passed, and it's still diffing. Is there any way to speed it up?
The TADW may consume a lot of memory, there is nothing much we can do about it. To speed up DeepBinDiff, you may change the parameter 'k' in the k-hop algorithm, say make k=2.
The sizes of the two binaries are 11.3MB and 18.2MB, causing MemoryError.