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` #77

Closed hugsy closed 1 year ago

hugsy commented 2 years ago

Description/Motivation/Screenshots

Fixed several major bugs that prevented visualize-heap to work correctly.

image

Related issues/PRs:

Depends on:

cc @0xricksanchez

How Has This Been Tested ?

"Tested" indicates that the PR works and the unit test (i.e. make test) run passes without issue.

Checklist

0xricksanchez commented 2 years ago

Seems like something along the way of refactoring has gone missing when testing gef/heap_bugz with this branch here. For the exact setup refer to https://github.com/hugsy/gef/issues/854#issuecomment-1173467581

image

hugsy commented 2 years ago

Tests will fail until hugsy/gef#869 is merged.