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

Fix gdb error "read_memory not defined" #54

Closed jodojodo closed 2 years ago

jodojodo commented 2 years ago

Somehow the gef read_memory function does not exist anymore. Therefore, I changed the function call to use the gdb's function directly.