objdiff
objdiff copied to clipboard
Improve scoring system
The scoring system is currently very naive. decomp.me / asm-differ will be good references.
Would most of the work (ie, implementing Levenshtein) be as simple as importing this thing and comparing the lines as strings like asm-differ does[1] [2]? Or am I missing something?