-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
hash.md5() missing in Python YARA 3.6.x #757
Comments
for my case hash module is working well in python yara 3.6.3 on Ubuntu but not on windows (No module named hash -_-) |
I'd like to add that a simple |
Same here ( why is this case for windows ......) |
Same issue |
Any news about this issue? |
Same issue :/ |
In case anybody else is struggeling with this, make sure you have the openssl-dev package installed before installing yara-python. On Debian this is called libssl-dev. At least this did the trick for me. |
Are there any workarounds for this? libssl-dev is not available for macOS and occurs with openssl 1.0.2s |
I upgraded yara-python from 3.5.0 to 3.6.3 and noticed errors if conditions contain a
hash.md5
statement.In version 3.5.0, the
pe.imphash
wasn't available. I thought that both depend on the OpenSSL integration.The text was updated successfully, but these errors were encountered: