You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While reviewing my results for some binaries with Asm2Vec, I noticed the % of clones found did not correspond to # of matched functions/# of total functions. e.g.:
in the picture above, the summary displays 80% for the ratio of matched clones to valid functions. However, we actually get 89% (179/201) using the same values according to the tooltip. The 80% is actually being derived from # of matched functions/source binary's function size (179/221).
From debugging, it appears 179 does correspond to # of matched functions but I'm uncertain what 201 and 221 corresponds to (total valid queries vs. source binary's function size).
May I get some clarity on this?
On top of that, would it be possible to add to the tooltip what "Total Valid Queries" and "Source Binary's Function Size" means? I'm assuming "Total Valid Queries" is the set of valid functions extracted from the source binary and "Source Binary's Function Size" is the sum of sizes of all those functions?
The text was updated successfully, but these errors were encountered:
While reviewing my results for some binaries with Asm2Vec, I noticed the % of clones found did not correspond to
# of matched functions/# of total functions.
e.g.:in the picture above, the summary displays 80% for the ratio of matched clones to valid functions. However, we actually get 89% (179/201) using the same values according to the tooltip. The 80% is actually being derived from
# of matched functions/source binary's function size
(179/221).From debugging, it appears 179 does correspond to
# of matched functions
but I'm uncertain what 201 and 221 corresponds to (total valid queries vs. source binary's function size).May I get some clarity on this?
On top of that, would it be possible to add to the tooltip what "Total Valid Queries" and "Source Binary's Function Size" means? I'm assuming "Total Valid Queries" is the set of valid functions extracted from the source binary and "Source Binary's Function Size" is the sum of sizes of all those functions?
The text was updated successfully, but these errors were encountered: