volatilityfoundation / volatility3

Volatility 3.0 development
http://volatilityfoundation.org/
Other
2.72k stars 461 forks source link

Failed to import Yara library #1211

Open Lullo65 opened 4 months ago

Lullo65 commented 4 months ago

Describe the bug Failed to import error at the following directory:

'C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.12_3.12.1264.0_x64__qbz5n2kfra8p0\DLLs\libyara.dll'

Context Volatility Version: Volatility 3 2.7.2 Operating System: Windows 10 Python Version: 3.12.4 Suspected Operating System:
Command: python3 vol.py -h

To Reproduce Steps to reproduce the behavior:

  1. Use command '...'
  2. See error

Expected behavior A clear and concise description of what you expected to happen.

Example output Please copy and paste the text demonstrating the issue, ideally with verbose output turned on (vol.py -vvv ...).

Text is preferred to screenshots for searching and to talk about specific parts of the output.

Additional information Add any other information about the problem here.

ikelos commented 4 months ago

Please include a text file with the complete error trace from running volatility as python vol.py -vvv ... so we can see everything that went wrong. Are you able to use yara-python correctly in python? Can I also ask how yara-python was installed?