summaryrefslogtreecommitdiff
path: root/usr.bin/ctfdump
AgeCommit message (Expand)Author
2024-02-22Print the size of more objects (basic types and enums) based on theirClaudio Jeker
2022-08-14Use size_t for the length parameters, not off_t.Todd C. Miller
2022-08-10Fix two compiler warnings resulting from last zlib bumpTheo Buehler
2022-02-10Casting a char pointer to struct ctf_header causes bus error onAlexander Bluhm
2019-09-03Use 0 as exit value if no error has been found in the CTF section.Martin Pieuchot
2019-05-14Remove leftover elf.cSunil Nimmagadda
2019-05-14Use elf(3) api instead of an ad-hoc elf parser.Sunil Nimmagadda
2019-03-16Fix a buffer over-read while dumping functions.Sunil Nimmagadda
2019-03-16Fix a buffer over-read while dumping structs/unions.Sunil Nimmagadda
2019-03-16Fix a buffer over-read while dumping enums.Sunil Nimmagadda
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