qbindiff
qbindiff copied to clipboard
Use a better feature for the function names
Right now the only feature that leverages the functions name is FuncName and it works as a yes/no: it gives a similarity of 1 two functions have the exact same name, 0 otherwise.
It might be nice to have a better similarity score, for example using the levenshtein string distance or some LSH function.