English

Is Function Similarity Over-Engineered? Building a Benchmark

Machine Learning 2024-10-31 v1 Cryptography and Security

Abstract

Binary analysis is a core component of many critical security tasks, including reverse engineering, malware analysis, and vulnerability detection. Manual analysis is often time-consuming, but identifying commonly-used or previously-seen functions can reduce the time it takes to understand a new file. However, given the complexity of assembly, and the NP-hard nature of determining function equivalence, this task is extremely difficult. Common approaches often use sophisticated disassembly and decompilation tools, graph analysis, and other expensive pre-processing steps to perform function similarity searches over some corpus. In this work, we identify a number of discrepancies between the current research environment and the underlying application need. To remedy this, we build a new benchmark, REFuSE-Bench, for binary function similarity detection consisting of high-quality datasets and tests that better reflect real-world use cases. In doing so, we address issues like data duplication and accurate labeling, experiment with real malware, and perform the first serious evaluation of ML binary function similarity models on Windows data. Our benchmark reveals that a new, simple basline, one which looks at only the raw bytes of a function, and requires no disassembly or other pre-processing, is able to achieve state-of-the-art performance in multiple settings. Our findings challenge conventional assumptions that complex models with highly-engineered features are being used to their full potential, and demonstrate that simpler approaches can provide significant value.

Keywords

Cite

@article{arxiv.2410.22677,
  title  = {Is Function Similarity Over-Engineered? Building a Benchmark},
  author = {Rebecca Saul and Chang Liu and Noah Fleischmann and Richard Zak and Kristopher Micinski and Edward Raff and James Holt},
  journal= {arXiv preprint arXiv:2410.22677},
  year   = {2024}
}

Comments

To appear in the 38th Conference on Neural Information Processing Systems (NeurIPS 2024) Track on Datasets and Benchmarks

R2 v1 2026-06-28T19:40:37.025Z