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 exeplotDraw a byte plot of calc_packed.exe:
$ exeplot byte calc_packed.exeDraw a pie plot of calc_packed.exe:
$ exeplot pie calc_packed.exeDraw a nested pie plot of calc_packed.exe:
$ exeplot nested_pie calc_packed.exeDraw a stacked and scaled entropy plot of calc_orig.exe and calc_packed.exe:
$ exeplot entropy calc_orig.exe calc_packed.exe



