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
49 stars 10 forks source link

Plot a pie chart of packed samples with the `dataset` tool #49

Closed dhondta closed 1 year ago

dhondta commented 1 year ago

dataset show displays the metadata and statistics about a dataset, including its labels of packers. It could also have a describe command that plots a pie chart of the distribution of labels, useful for including in the documentation or even papers.

dhondta commented 1 year ago

Done with c3ffdb28e0df77fd9986c16cf30d45b1b3d83836. Refactored with d783d8e9380fbae8db4d598b64e7aa479a2c294e. For now, dataset plot is used ;