dchad / malware-detection

Malware Detection and Classification Using Machine Learning
GNU General Public License v3.0
312 stars 132 forks source link

FileNotFoundError in the feature_extraction_entropy.py #2

Open BUPTlkj opened 4 years ago

BUPTlkj commented 4 years ago

When I run the feature_extraction_entropy.py in PyCharm,an error occurs ,saied “No such file or directory: 'data/3019-entropy-features-bin.csv'”. And I through out the whole files that you had posted,but did not find the ’feature_extraction_entropy.py‘. I am a newcomer in the field of the malvare detection ,and I am so urgent to get your help.

ContegoCode commented 4 years ago

I realize this issue is now almost a year old but feature_extraction_entropy.py is located in malware-detection/vs/

btw did you ever get this running?.. if so please message me back

BUPTlkj commented 4 years ago

I realize this issue is now almost a year old but feature_extraction_entropy.py is located in malware-detection/vs/

btw did you ever get this running?.. if so please message me back

I am sorry, I just saw this email. I have solved this problem.

I ran this program and everything went well until there were some errors in " Packer identification feature generation". It cannot identify the packer name.... raising some errors like "Dos header not found" "Unable access the file" etc. Very few malicious codes can get the correct packer name. Have you ever got these problems?