Replies: 5 comments
-
You can give the Heap Analysis plugin a try under the Plugins menu :-) |
Beta Was this translation helpful? Give feedback.
-
I have tried using Heap Analysis plugin, but it seems helpless. It provides very little information and sometimes even doesn't work |
Beta Was this translation helpful? Give feedback.
-
I suppose the question is what kind of information are you looking for. The plugin should be able to list nodes if a heap exists (look for things like "[heap]" in the memory map. What other kinds of information are you hoping to find? |
Beta Was this translation helpful? Give feedback.
-
I want to find out the address of main_arena, It would be better if it will show fastbins, small bins and unsorted bins like gdbpwn |
Beta Was this translation helpful? Give feedback.
-
It's been a while since I've worked on the plugin, but these these seem like good things to add! I'll see what happens can do. |
Beta Was this translation helpful? Give feedback.
-
when i use gdb, i could use "p main_arern", "bins" to print heap info. I wonder if edb have the same features.
Beta Was this translation helpful? Give feedback.
All reactions