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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can't make dataset with packer `ward`

smarbal opened this issue · comments

The following issue occurs when trying to make a dataset with the ward packer :

┌──[user@packing-box]──[/mnt/share]──[main|✓]────────    :03]────
$ dataset -v make test-dataset -f PE  -p ward -n 100
00:00:03.554 [DEBUG   ] ward               - does not apply to the selected formats
00:00:03.554 [CRITICAL] dataset            - No valid packer selected
00:00:03.554 [DEBUG   ] dataset            - dropping duplicates...
commented

Hi @smarbal
Ward only applies to ELF files, hence it won't be enabled for making a dataset with PE files.

My bad !