hugsy / gef-extras

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

fix `visualize_heap` command for new gef api #52

Closed ebubekirtrkr closed 2 years ago

ebubekirtrkr commented 2 years ago

There were several errors due to usage of some apis which are not declared in new gef api.

current_arch replaced with gef.arch

HeapBaseFunction.heap_base() is replaced with gef.heap.base_address

read_int_from_memory is replaced with gef.memory.read_integer

read_memory is replaced with gef.memory.read