Puzzled Centurion
New Features:
Expanded the support for adding metadata to graphs to cover all call graph types
Added support for parallel de-duplication of typed call graphs
Updated the Dockerfiles + documentation to have two version. One for just building bin2ml
and one which builds bin2ml
and radare2
to support in-container processing.
Added data samples for all of the call graph + metadata combinations to the the data samples directory
Fixes
Fixed an issue reported in #4 related to large positive integers not fitting into i64
Fair bit of general tidying, clippy and rustfmt