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
{{ message }}
This repository has been archived by the owner on Nov 21, 2019. It is now read-only.
I like the project and am excited to try it out. Just FYI, I did a fresh install following the instructions but get the following:
code@hackbox:~$ python
Python 2.7.12 (default, Jul 1 2016, 15:12:24)
[GCC 5.4.0 20160609] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> from pwn import *
>>> from gdbhelper import Peda
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "build/bdist.linux-x86_64/egg/gdbhelper/__init__.py", line 2, in <module>
File "build/bdist.linux-x86_64/egg/gdbhelper/peda.py", line 5, in <module>
ImportError: No module named util.colors
>>>
Interesting thing is:
If I do the following PYTHONPATH, I am able to proceed:
code@hackbox:~$ export PYTHONPATH=/home/code/gdb-helper/gdbhelper/
code@hackbox:~$ python
Python 2.7.12 (default, Jul 1 2016, 15:12:24)
[GCC 5.4.0 20160609] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> from pwn import *
>>> from gdbhelper import Peda
>>>
Just thought I'd mention it here. And thanks for the project :)
The text was updated successfully, but these errors were encountered:
I like the project and am excited to try it out. Just FYI, I did a fresh install following the instructions but get the following:
Interesting thing is:
If I do the following PYTHONPATH, I am able to proceed:
Just thought I'd mention it here. And thanks for the project :)
The text was updated successfully, but these errors were encountered: