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

Dataset has no backup #51

Closed dhondta closed 1 year ago

dhondta commented 1 year ago

Steps to reproduce :

dhondta commented 1 year ago

Issue : Getting the list of backups was using Dataset instantiation relying on the check_name function that does not accept names not starting with a lowercase character while backup names are timestamps. Solution : Disabling this name check while following the workflow for getting this list of backups solved this issue.