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.
Our documentation can be found here: https://bincfg.readthedocs.io/en/latest/#
You can install BinCFG with pip:
pip install bincfg
LLNL-CODE-837816