Skip to content

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 Examples

Draw a byte plot of calc_packed.exe:

$ exeplot byte calc_packed.exe

Byte plot of calc_packed.exe

Draw a pie plot of calc_packed.exe:

$ exeplot pie calc_packed.exe

Pie plot of calc_packed.exe

Draw a nested pie plot of calc_packed.exe:

$ exeplot nested_pie calc_packed.exe

Nested pie plot of calc_packed.exe

Draw a stacked and scaled entropy plot of calc_orig.exe and calc_packed.exe:

$ exeplot entropy calc_orig.exe calc_packed.exe

Entropy plot of calc_orig.exe and calc_packed.exe

👏 Supporters

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

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

Back to top

About

Library for plotting executable samples supporting multiple formats

Topics

Resources

License

Stars

Watchers

Forks

Contributors 2

  •  
  •  

Languages