qbindiff icon indicating copy to clipboard operation
qbindiff copied to clipboard

Use a better feature for the function names

Open patacca opened this issue 1 year ago • 0 comments

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.

patacca avatar Feb 01 '24 15:02 patacca