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

Improve visualization #59

Closed smarbal closed 1 year ago

smarbal commented 1 year ago

Added the following elements :

A minor issue that I couldn't solve is that the selected features become a list of lists instead of a list of strings during the parsing. E.g : [['number_standard_sections', 'is_ep_not_in_code_section']] instead of ['number_standard_sections', 'is_ep_not_in_code_section']. See line 101 in model.py and line 106 in visualization.py