-
Notifications
You must be signed in to change notification settings - Fork 125
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
Facing issue when try to run this Python multiscanner.py <filename> #146
Comments
It looks like you might have the wrong version of Yara installed. Did you use the install script to install yara or did you use another method? |
i used script only to install. |
Are you able to run yara itself from the cmd line? (http://yara.readthedocs.io/en/v3.7.0/gettingstarted.html#running-yara-for-the-first-time). Additionally, are you able to run |
yes, i am able to run yara from cmd line and i am running this in ubuntu. Traceback (most recent call last): |
I also have this issue. When I run nm -Ca on libyara.so, there is no reference to lookup_rule in it. Does anyone know which version has this reference? |
you need to :
|
Hi,
I am facing this issue when i try to execute this
python multiscanner.py "/home/ml/Desktop/All_Exe/pxBinaryViewerSetup_xcsadds.exe"
/usr/lib/libyara.so: undefined symbol: lookup_rule
/multiscanner/modules/Signature/YaraScan.py not a valid module...
officemeta Could not parse file as an office document
I am using Ubuntu 16.04 and i installed all requirements from "requirement.txt" file.
The text was updated successfully, but these errors were encountered: