elastic / ember

Elastic Malware Benchmark for Empowering Researchers
Other
949 stars 277 forks source link

Problem with run classify_binaries.py URGENT #105

Open darko12494 opened 1 year ago

darko12494 commented 1 year ago

Hello, I run C:\Users\Darius\Desktop\EMBER\scripts> python .\classify_binaries.py -m C:\Users\Darius\Desktop\EMBER\ember_dataset_2018_2\ember2018\model.txt BINARIES

but, it shows me error BINARIES does not exist Traceback (most recent call last): File ".\classify_binaries.py", line 37, in main() File ".\classify_binaries.py", line 26, in main file_data = open(binary_path, "rb").read() FileNotFoundError: [Errno 2] No such file or directory: 'BINARIES'

how can I fix it ?? How the script should look like?? How BINARIES should look like?

Thanks