Dump analyzer

From Wikipedia, the free encyclopedia

Dump analyzer is a tool which is used for understanding the machine readable core dump file into a more structured format which can be used for understanding the contents of Memory space. However it is not very efficient to evaluate the details you would like to get , but it can surely help you understand the crux of matter.

The core dump contains often all the strings of sometimes even freshly deleted data from a program.

The GNU utils strings file objdump readelf and the powerful gdb are all able to deal with core files.

The introspector aims to be a core dump analyzer for the compiler.