Developer Guide - carbonblack/cbc-binary-toolkit GitHub Wiki
CBC Binary Toolkit Developer Guide
This guide is for those who wish to extend the Binary Toolkit by changing the components used to manage the analysis process. This is intended for people who are comfortable in Python 3 development, and are already familiar with using the Binary Toolkit as shown in the User's Guide.
- Replacing the Analysis Engine - Changing how the Toolkit analyzes binary files.
- Replacing the Persistence System - Changing how the Toolkit keeps track of analyzed files and analysis data in reports.
Additional Information
- Architectural Overview - A look at the components in the Binary Analysis Toolkit and how they work.