Vector35 / debugger

Binary Ninja debugger
Other
204 stars 14 forks source link

Add heap view. #195

Open tur11ng opened 2 years ago

jrozner commented 2 years ago

It would be nice if this was plugable since visualization is going to depend completely on the heap implementation/libc.

tur11ng commented 2 years ago

By the way I checked if lldb supports or keeps track of the allocated heap memory segments and I think it doesn't. Maybe an extension for the lldb should be written to help implement this. Check this for example. For me this will take the debugger plugin to a next level.

tur11ng commented 2 years ago

Adding some more resources on this one. Unfortunatelly the solution they use isn't portable at all. https://github.com/gdbinit/lldbinit/blob/c1f275185189154793bd192c6dd1a33af0547486/lldbinit.py#L1889