Home
last modified time | relevance | path

Searched refs:bytesScore (Results 1 – 1 of 1) sorted by relevance

/dports/devel/radare2/radare2-5.1.1/libr/anal/
H A Dsign.c1480 double bytesScore = matchBytes (si, si2); in r_sign_diff() local
1482 …bool bytesMatch = bytesScore >= (options ? options->bytes_diff_threshold : SIGN_DIFF_MATCH_BYTES_T… in r_sign_diff()
1486 …ntf ("0x%08" PFMT64x " 0x%08"PFMT64x " %02.5lf B %s\n", si->addr, si2->addr, bytesScore, si->name); in r_sign_diff()
1539 double bytesScore = matchBytes (si, si2); in r_sign_diff_by_name() local
1541 …bool bytesMatch = bytesScore >= (options ? options->bytes_diff_threshold : SIGN_DIFF_MATCH_BYTES_T… in r_sign_diff_by_name()
1544 …a->cb_printf ("0x%08"PFMT64x" 0x%08"PFMT64x" %02.5f B %s\n", si->addr, si2->addr, bytesScore, si->… in r_sign_diff_by_name()