/python-exeplot

Library for plotting executable samples supporting multiple formats

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

ExePlot Tweet

Search for samples from various malware databases.

PyPi Read The Docs Build Status Coverage Status Python Versions Known Vulnerabilities License

This library implements multiple plot types for illustrating executable samples. It currently supports the PE, ELF and Mach-O formats, relying on lief for abstracting them.

pip install exeplot

😎 Usage

TODO

👏 Supporters

Stargazers repo roster for @packing-box/python-exeplot

Forkers repo roster for @packing-box/python-exeplot

Back to top