Dump analyzer
From HandWiki
A dump analyzer is a programming tool which is used for understanding a machine readable core dump.
The GNU utils strings, file,[1] objdump,[2] readelf[3] and the powerful gdb can all be used to look inside core files.
Introspector is a core dump analyzer for a compiler.[4]
References
- ↑ "file(1) - OpenBSD manual pages". https://man.openbsd.org/file.1.
- ↑ "objdump(1): info from object files - Linux man page". http://linux.die.net/man/1/objdump.
- ↑ "readelf(1): Displays info about ELF files - Linux man page". http://linux.die.net/man/1/readelf.
- ↑ "RDF Software Introspector". http://sourceforge.net/projects/introspector/.
Original source: https://en.wikipedia.org/wiki/Dump analyzer.
Read more |