paper-with-me

Papers

Binary Diffing as a Network Alignment Problem via Belief Propagation

2021-12-31 · Elie Mengin, Fabrice Rossi

In this paper, we address the problem of finding a correspondence, or matching, between the functions of two programs in binary form, which is one of the most common task in binary diffing. We introduce a new formulation of this problem as a particular instance of a graph edit problem over the call graphs of the programs. In this formulation, the quality of a mapping is evaluated simultaneously with respect to both function content and call graph similarities. We show that this formulation is equivalent to a network alignment problem. We propose a solving strategy for this problem based on max-product belief propagation. Finally, we implement a prototype of our method, called QBinDiff, and propose an extensive evaluation which shows that our approach outperforms state of the art diffing tools.

📄 PDF Abstract BibTeX arXiv:2112.15337

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Improved Algorithm for the Network Alignment Problem with Application to Binary Diffing

2021-12-31 · Elie Mengin, Fabrice Rossi

In this paper, we present a novel algorithm to address the Network Alignment problem. It is inspired from a previous message passing framework of Bayati et al. [2] and includes several modifications designed to significa…

List of top-venue papers related to binary diffing in the last decade

2020-04-05 · Anonymous

List of top-venue papers related to binary diffing in the last decade.

Cross-Architecture Model Diffing with Crosscoders: Unsupervised Discovery of Differences Between LLMs

2026-02-12 · Thomas Jiralerspong, Trenton Bricken arxiv

Model diffing, the process of comparing models' internal representations to identify their differences, is a promising approach for uncovering safety-critical behaviors in new models. However, its application has so far …

Accuracy-Memory Tradeoffs and Phase Transitions in Belief Propagation

2019-05-24 · Vishesh Jain, Frederic Koehler, Jingbo Liu, Elchanan Mossel

The analysis of Belief Propagation and other algorithms for the {\em reconstruction problem} plays a key role in the analysis of community detection in inference on graphs, phylogenetic reconstruction in bioinformatics, …

Community Detection

Nonlocal optimization of binary neural networks

2022-04-05 · Amir Khoshaman, Giuseppe Castiglione, Christopher Srinivasa

We explore training Binary Neural Networks (BNNs) as a discrete variable inference problem over a factor graph. We study the behaviour of this conversion in an under-parameterized BNN setting and propose stochastic versi…

Survey