encounter / objdiff

A local diffing tool for decompilation projects
Apache License 2.0
79 stars 13 forks source link

Improve scoring system #1

Open encounter opened 1 year ago

encounter commented 1 year ago

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

ribbanya commented 1 year ago

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?