Replies: 1 comment 2 replies
-
Not sure this qualifies as a "Discussion" but here we go. First of all it is called You can find the documentation for gef-extras here and on this page you can find all the installation instructions for it. If you want to go for a similar way of installation as the one you posted above please read the "Installation using Git" section AND the "Python dependencies" section as I can see in your output from above that you e.g. don't have the python packages keystone, capstone, ropper installed. Please let us know if going through the recent version of the documentation helped you. |
Beta Was this translation helpful? Give feedback.
-
I am following the introductory video: Advanced exploitation with GDB-GEF: GEF 101 - Solving pwnable.tw/start
at approximately 13:30 in the video there is an explanation how to add the gef-scripts:
gef‣ !git clone https://github.com/hugsy/gef-scripts
gef‣ gef config gef.extra_plugins_dir "~/gef-scripts"
gef‣ gef save
gef‣ quit
after this sequence, relaunching gdb
gdb -q ./start
(start is the name of the executable being debugged) returns the error:If I change the directory line in
.gef.rc
from:
extra_plugins_dir = ~/gef-scripts
to:
extra_plugins_dir = ~/gef-scripts/scripts
I get the following:
Beta Was this translation helpful? Give feedback.
All reactions