Closed AlexVanMechelen closed 1 year ago
Hi @AlexVanMechelen !
You can retry your last command in verbose mode (dataset -v convert test-pe-upx
)and check the latest lines of debug information before the traceback of the error. I expect you to see the path to the target executable for which information extraction fails. You will have a line of this type :
pefeats '/home/user/.packing-box/datasets/test-pe-upx/files/[sha256]
You can then execute the following command to see the file type and post it on this issue ;
file /home/user/.packing-box/datasets/test-pe-upx/files/[sha256]
file /home/user/.packing-box/datasets/test-pe-upx/files/[sha256]
output:
PE32+ executable (DLL) (console) x86-64, for MS Windows, 19 sections
@AlexVanMechelen Please send me the failing sample via email.
Description
KeyError: 'STANDARD_SECTION_NAMES'
appears when runningdataset convert dataset-name
on the latest commit 0eb04cd.Error debug output
Steps to reproduce