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
You may take this yara.so Put it in the project , This eliminates the need to install Yara , Then add the installation method to readme: set the yara.so Put it in the IDA/python directory
Of course, this is just my personal suggestion.... :)
Problem:
Could not find any in this variable libyara.so Because it is a system variable and the directory is not writable
Solved :
As can be seen from pypi's official website, Yara has not been updated since 2014, but Yara Python has been released in 2020
Step1: install yara-python (yara.so)
pip install yara-python -i https://pypi.org/simple
Step2: copy "python2.7\site-packages\yara.so" to ida\python\yara.so
The size is 410k, compared with 96k in 2014
Success~
This IDA-plugin(findcrypt) is very good!! i behind u.
The text was updated successfully, but these errors were encountered: