Skip to content

Library for plotting executable samples supporting multiple formats

License

Notifications You must be signed in to change notification settings

packing-box/python-exeplot

Repository files navigation

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