summaryrefslogtreecommitdiff
path: root/usr.bin/ctfdump
AgeCommit message (Expand)Author
2017-11-14Verify that every section header lies within the mapped file.Martin Pieuchot
2017-11-06Use the symtab's sh_link to get the string table section.Martin Pieuchot
2017-11-03Fix formatting in the case where a symbol table isn't present.Martin Pieuchot
2017-11-01Disable relocation until it is shown to be necessary. This codeMartin Pieuchot
2017-10-28Correctly handle binaries without string table.Martin Pieuchot
2017-10-28Correct an integer overflow check to detect invalid CTF section.Martin Pieuchot
2017-10-28Print values as unsigned when dumping header.Martin Pieuchot
2017-10-27Prevent out-of-bound with malformed type entry.Martin Pieuchot
2017-10-27Prevent out-of-bound leading to an invalid pointer dereference whenMartin Pieuchot
2017-10-27Use <elf.h> rather than <sys/exec_elf.h>.Martin Pieuchot
2017-10-17add missing HISTORY; based on CVS logs and release announcementsIngo Schwarze
2017-10-16Typo in header dump, from sbz@FreeBSDMartin Pieuchot
2017-10-05add boundary tests to avoid some crashes found with aflJonathan Gray
2017-10-05sync elf.c with ctfconvJonathan Gray
2017-09-23Fix off by one in ctf_enc2name (who uses SIGNED BOOL anyway?)Uwe Stuehler
2017-09-23Show floating-point encoding by name in ctfdump(1)Uwe Stuehler
2017-09-19fix fd leaks in error pathsJonathan Gray
2017-08-29quarterly rescan of the tree: remove unneccessary sys/param.h, andTheo de Raadt
2017-08-11move pledge after setlocale as suggested by tb@Jasper Lievisse Adriaanse
2017-08-11pledge ctfdump to stdio and rpathJasper Lievisse Adriaanse
2017-08-11tweak previous;Jason McIntyre
2017-08-11add rcs idsJasper Lievisse Adriaanse
2017-08-11Import a tool for dumping the contents of CTF data section (SUNW_ctf).Martin Pieuchot