hugsy / gef-extras

Extra goodies for GEF to (try to) make GDB suck even less
https://hugsy.github.io/gef-extras
MIT License
149 stars 50 forks source link

unable to use syscall-args when gef-extras configured in python3.9 #49

Closed afeish closed 2 years ago

afeish commented 2 years ago

Hi, I have installed the gef-extras using the install script way, and the script finished successfully. But when I invoke the syscall-args function, image

I am using the python3.9 environment. I have already googled all over the internet, but found nothing really useful tips. Is this a compatible issue due to my py environtment?

daniellimws commented 2 years ago

Hi can you run the version command and share the output here. Or you can join our Discord server for a quicker response.

hugsy commented 2 years ago

If you enable the debug output (gef config gef.debug 1) what message do you get after running the command?

afeish commented 2 years ago

@daniellimws This is my version output image

@hugsy It's a bit weired. Everytime I set the gef debug using ( gef config gef.debug 1 )command, I got a empty screen, even lose all my context output. Literally I can't continue my debug session image

afeish commented 2 years ago

detail of the error

image

hugsy commented 2 years ago

My bet would be that the path given for the folder where the syscall arg files are is wrong. I have just retested the command and it works just fine.

hugsy commented 2 years ago

Fixed