You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered: