Maco is a framework for creating and using malware configuration extractors. It provides a modular approach to extract configuration data from malware samples. Current version is 1.2.26, with regular updates.
pip install macoNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Define a custom extractor by subclassing Extractor and implementing the run method.
Update extractor subclasses to use the new run() method signature (path argument instead of file-like object).
Ensure returned config contains only basic types (str, int, list, dict).
Use `from maco import Extractor` instead of `from maco.model import Extractor`.