quarkslab / diffing_obfuscation_dataset

The dataset was used as a support to attack obfuscations. It is the largest obfuscated dataset, with realistic and various binaries and functions. It is made to support other experiments on obfuscation for research purposes
2 stars 1 forks source link

IDA Pro warning when downloading from CLI #2

Open vidalattias opened 5 days ago

vidalattias commented 5 days ago

Thank you for this repo.

When trying to download from the cli command obfu-dataset-cli download-all -r dataset, I obtain the following warning

WARNING:root:IDA Pro executable not found, should be in $PATH or IDA_PATH env variable

I think you should specify in the README that IDA Pro is expected to be installed on the machine and the supported version.

Thanks again!

RobinDavid commented 5 days ago

Hello @vidalattias.

Thanks for pointing this out. In fact we do not require IDA to download the dataset. We left an import of idascript that we do not even use. I just removed it: https://github.com/quarkslab/diffing_obfuscation_dataset/commit/a038f84d158d426ccc75a9df22b2d8013bf8b841

Please note that we are going to push new versions of zip packages to also embbed the ground-truth for every binary (to know exactly which functions have been obfuscated and how).

(Let's keep the issue open. I'll let you know when updated.)