Heap Dump Python Script Glibc
Roger Phillips via Gdb <[email protected]>
| Newsgroups | gmane.comp.gdb.devel |
|---|---|
| Message-ID | <DM5PR06MB25553DE7110A79D772708065AAB59@DM5PR06MB2555.namprd06.prod.outlook.com> |
Greetings, I often examine gdb coredumps for the company, a process which is automated (gdb is started with the coredump automatically and some parameters are printed). Often the cause is a heap corruption so I'd like to have a python script that prints me the active glibc chunks and which addresses might be corrupted. Can anyone name me a gdb python suite that provides this functionality? Regards