/BinCFG

A Python tool designed to parse analyzer outputs to produce call flow graphs (CFG), tokenize and normalize the assembly lines within those CFGs, and convert that data into ML-ready formats. We are working on novel approaches to correlate this data with event data collected at runtime.

Primary LanguagePythonMIT LicenseMIT

BinCFG

License: MIT PyPI Supported Python versions Documentation status Tests

A Python tool designed to parse binary analyzer outputs to produce call flow graphs (CFG), tokenize and normalize the assembly lines within those CFGs, and convert that data into ML-ready formats.

Documentation

Our documentation can be found here: https://bincfg.readthedocs.io/en/latest/#

Installation

You can install BinCFG with pip:

pip install bincfg

Release

LLNL-CODE-837816