packing-box / docker-packing-box

Docker image gathering packers and tools for making datasets of packed executables and training machine learning models for packing detection
GNU General Public License v3.0
44 stars 10 forks source link

Introduce visualization of file data #60

Closed smarbal closed 1 year ago

smarbal commented 1 year ago

Improvement suggestion

Currently, the visualization tool can only select data present in the features to make additional plots. It would be nice to also be able to select the file type (e.g. PE32, PE64) or the extension if there is one (e.g. .exe, .dll). I just need a way to get that data and can take it from there for the plot generation.

dhondta commented 1 year ago

@smarbal With a0f604ce274982eca444de81356e4f4725aeef24 you have now :

smarbal commented 1 year ago

Thank you. Added visualization in #65.