Tag: machine learning

2 articles
Date Thu 13 August 2026
Author Samuel Hangouët
Category Program Analysis

pcode_graph is a Python library, published by Quarkslab, suitable to build semantic graphs from binary code. We present how to use it to detect function similarities in binaries.

Date Mon 09 September 2019
Author Elie Mengin
Category Math

In this blogpost, we present a general method to efficiently compare functions from a new binary against a large database (made of numerous known functions). This method has strong theoretical properties and is perfectly suited to address many conventional problems, such as classification, clustering or near duplicate detection.