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
Traceback (most recent call last):
File "pepper.py", line 5, in
from modules import run
File "/home/thefox/Scrivania/tools/Analysis/PEpper/modules/run.py", line 12, in
from modules import yarar
File "/home/thefox/Scrivania/tools/Analysis/PEpper/modules/yarar.py", line 1, in
import yara
File "/home/thefox/.local/lib/python3.7/site-packages/yara/init.py", line 7, in
from yara.rules import compile
File "/home/thefox/.local/lib/python3.7/site-packages/yara/rules.py", line 17, in
from yara.libyara_wrapper import *
File "/home/thefox/.local/lib/python3.7/site-packages/yara/libyara_wrapper.py", line 362, in
libyaradll.lookup_rule.restype = POINTER(RULE)
File "/usr/lib/python3.7/ctypes/init.py", line 377, in getattr
func = self.getitem(name)
File "/usr/lib/python3.7/ctypes/init.py", line 382, in getitem
func = self._FuncPtr((name_or_ordinal, self))
AttributeError: /usr/lib/libyara.so: undefined symbol: lookup_rule
The text was updated successfully, but these errors were encountered:
Traceback (most recent call last):
File "/Users/Kyfx/Desktop/PEpper-master/pepper.py", line 5, in
from modules import run
File "/Users/Kyfx/Desktop/PEpper-master/modules/run.py", line 1, in
from modules import metadata
File "/Users/Kyfx/Desktop/PEpper-master/modules/metadata.py", line 1, in
import magic
File "/usr/local/lib/python3.9/site-packages/magic/init.py", line 208, in
libmagic = loader.load_lib()
File "/usr/local/lib/python3.9/site-packages/magic/loader.py", line 49, in load_lib
raise ImportError('failed to find libmagic. Check your installation')
ImportError: failed to find libmagic. Check your installation
every time I try to run it this error comes up
Traceback (most recent call last):
File "pepper.py", line 5, in
from modules import run
File "/home/thefox/Scrivania/tools/Analysis/PEpper/modules/run.py", line 12, in
from modules import yarar
File "/home/thefox/Scrivania/tools/Analysis/PEpper/modules/yarar.py", line 1, in
import yara
File "/home/thefox/.local/lib/python3.7/site-packages/yara/init.py", line 7, in
from yara.rules import compile
File "/home/thefox/.local/lib/python3.7/site-packages/yara/rules.py", line 17, in
from yara.libyara_wrapper import *
File "/home/thefox/.local/lib/python3.7/site-packages/yara/libyara_wrapper.py", line 362, in
libyaradll.lookup_rule.restype = POINTER(RULE)
File "/usr/lib/python3.7/ctypes/init.py", line 377, in getattr
func = self.getitem(name)
File "/usr/lib/python3.7/ctypes/init.py", line 382, in getitem
func = self._FuncPtr((name_or_ordinal, self))
AttributeError: /usr/lib/libyara.so: undefined symbol: lookup_rule
The text was updated successfully, but these errors were encountered: