Closed qiuyuebai123 closed 3 months ago
Because the datasets are not provided.
so you mean that nobody can renew you experiments?How can I run your code?
Anyone can replicate the experiments as long as they have access to the BODMAS dataset. Ask the authors of the dataset for the data.
If you don't have access to the BODMAS dataset, you can still run the code with your own data.
if I download the datasets from others,how to change the code to run it?thanks
This information is described in the README. Take a look at the scripts provided in src/scripts/training/MalConv/. You need to change the filepaths that point out to the goodware and malware directories.
I find someone upload csv documents like these,these are all the BODMAS dataset samples?
These are the hashes of the executables from the BODMAS dataset, timestamp, and malware family (if malicious)
Could you please send mo the datasets?I can't find it anywhere and Idon't have my own datasets,thank you ,my email is aa1060649485@outlook.com
No, I can't. Check the following links: https://whyisyoung.github.io/BODMAS/ https://github.com/iosifache/DikeDataset https://practicalsecurityanalytics.com/pe-malware-machine-learning-dataset/
I close this issue as finding appropiate datasets is not related to my code.
In the file named test_end2end_detector.py,you set up the parameters models/vanilla/MalConv/MalConv_maxlen_1000000_paddingvalue_256/test_set_gpu.out as goodware_subset_filepath,but I can't find it following the road