.. toolrunner documentation master file, created by sphinx-quickstart on Wed Sep 28 21:52:33 2022. You can adapt this file completely to your liking, but it should at least contain the root `toctree` directive. Toolrunner Documentation ====================================== Toolrunner is a small python module created to automate commands/tools, collect their respective outputs into one place, and generally expedite the "initial triage" phase of malware analysis. Configurations can be loaded from or saved to python dictionaries, making it easy to switch between whatever sets of tools are most applicable to the situation. Installation ------------ .. code-block:: console $ pip install toolrunner Contents -------- .. toctree:: :maxdepth: 2 usage api