objdiff icon indicating copy to clipboard operation
objdiff copied to clipboard

Improve scoring system

Open encounter opened this issue 3 years ago • 1 comments

The scoring system is currently very naive. decomp.me / asm-differ will be good references.

encounter avatar Sep 20 '22 15:09 encounter

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?

ribbanya avatar May 12 '23 11:05 ribbanya