Skip to content
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

pepper.py cannot be run #4

Open
Th3F0x-code opened this issue Sep 22, 2019 · 1 comment
Open

pepper.py cannot be run #4

Th3F0x-code opened this issue Sep 22, 2019 · 1 comment

Comments

@Th3F0x-code
Copy link

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

@ActorExpose
Copy link

Ive got something like this....

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

Trying to find a version to run for "libmagic"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants