radareorg / radare2

UNIX-like reverse engineering framework and command-line toolset
https://www.radare.org/
GNU Lesser General Public License v3.0
20.77k stars 3.01k forks source link

META - Heap explorer/analysis #5390

Open XVilka opened 8 years ago

XVilka commented 8 years ago
XVilka commented 8 years ago

See also https://github.com/cloudburst/libheap

XVilka commented 8 years ago

FYI @n4x0r , @javierprtd . @soez

ulexec commented 8 years ago

Currently dmh command family supports almost all the features that libheap gdb plugin does. we still have to work on concurrent heaps analysis support, however i believe that's about it.

XVilka commented 7 years ago

For jmalloc - this one is interesting https://github.com/CENSUS/shadow

XVilka commented 6 years ago

@devnexen I see you are lately working on OpenBSD support - you might want to check this one too.

XVilka commented 6 years ago

@morbith-dqtz Saw your PR recently, you might want to check also this one

XVilka commented 4 years ago

Google open sourced their tcmalloc recently - https://github.com/google/tcmalloc