You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am doing research on malware evasion and I want to verify pre-trained models provided in this github. However, it seems that there is something wrong with lightGBM but I don't know.
When I executed "python3 models.py some.exe" where "some.exe" is from my local machine, it caused an attribute error. I have verified various benign samples but it always results in the same error. Do you know why? Do my PE files have no "has_signature" attribute at all? If so, why does the code need to check it?
AttributeError: 'lief.PE.Binary' object has no attribute 'has_signature'
There was no problem with other models except lightGBM.
Thanks
The text was updated successfully, but these errors were encountered:
Since this Github does not provide ember package (module), I imported it from EMBER dataset Github. Does this package work for real malware (raw binary format) classifier?
Does ember package can load and extract the right feature for "has_signature" attribute.
Hi Anderson
I am doing research on malware evasion and I want to verify pre-trained models provided in this github. However, it seems that there is something wrong with lightGBM but I don't know.
When I executed "python3 models.py some.exe" where "some.exe" is from my local machine, it caused an attribute error. I have verified various benign samples but it always results in the same error. Do you know why? Do my PE files have no "has_signature" attribute at all? If so, why does the code need to check it?
AttributeError: 'lief.PE.Binary' object has no attribute 'has_signature'
There was no problem with other models except lightGBM.
Thanks
The text was updated successfully, but these errors were encountered: