aboutsummaryrefslogtreecommitdiff
path: root/binutils/objdump.c
AgeCommit message (Expand)AuthorFilesLines
2019-07-23Fix objdump's display of indirect strings in object files, which was broken b...Nick Clifton1-5/+2
2019-06-28Prevent attempts to allocate excessive amounts of memory when parsing corrupt...Nick Clifton1-1/+5
2019-06-28Prevent an attempt to allocate an excessive amount of memory when dumping the...Nick Clifton1-1/+16
2019-06-25objdump: avoid shadowing a libiberty symbolJan Beulich1-2/+2
2019-06-03Revert patch that disables building libctf for non-ELF based targets.Nick Clifton1-29/+7
2019-05-31libctf: fix a number of build problems found on Solaris and NetBSDJose E. Marchesi1-3/+0
2019-05-29Do not build libctf for targets that do not use the ELF file format.Nick Clifton1-7/+29
2019-05-28binutils: CTF support for objdump and readelfNick Alcock1-5/+164
2019-05-24PowerPC add initial -mfuture instruction supportPeter Bergner1-1/+2
2019-05-08Sign-extend start and stop address inputs to objdumpFaraz Shahbazker1-0/+26
2019-03-26Fix relpp may be used uninitializedAlan Modra1-1/+1
2019-03-25AArch64: Fix disassembler bug with out-of-order sectionsTamar Christina1-0/+1
2019-03-19Prevent an illegal memory access by objdump when parsing a corrupt file on a ...Nick Clifton1-7/+9
2019-03-12Don't use bfd_get_file_size in objdumpAlan Modra1-28/+9
2019-02-25Extend objdump's --dwarf=follow-links option so that separate debug info file...Nick Clifton1-41/+108
2019-02-22Extend readelf and objdump so that they will display and follow multiple link...Nick Clifton1-4/+11
2019-02-20PR24233, Out of memoryAlan Modra1-1/+3
2019-01-17Update objdump's --disassemble=<symbol> feature so that if <symbol> is a func...Nick Clifton1-17/+82
2019-01-10Stop objdump from displaying control codes embedded in symbol names.Nick Clifton1-26/+101
2019-01-04Fix a possible integer overflow problem when examining corrupt binaries using...Nick Clifton1-3/+10
2019-01-04Fix ridiculously small memory leak.Nick Clifton1-0/+2
2019-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2018-12-07Synchronize libiberty with gcc and add --no-recruse-limit option to tools tha...Nick Clifton1-3/+19
2018-11-29objdump: Fix check for corrupt reloc information, to allow for the fact that ...Nick Clifton1-2/+7
2018-11-07Enhance objdump's --disassemble switch so that it can now take an optional pa...Masatake Yamato1-5/+32
2018-10-15BFD_INIT_MAGICAlan Modra1-1/+2
2018-10-10S12Z: Set eh_addr_size to 4Alan Modra1-0/+6
2018-05-30Add option to ar's 't' command to display the offset of elements within the a...Ant Bikeneev1-1/+1
2018-04-16Remove IEEE 695 object supportAlan Modra1-2/+2
2018-03-05Use binary search on dynamic relocationsH.J. Lu1-19/+42
2018-02-02binutils/riscv: Register names in DWARF outputAndrew Burgess1-0/+4
2018-02-01PR22769, crash when running 32-bit objdump on corrupted fileAlan Modra1-2/+5
2018-01-03Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2017-11-29Stop objdump from attempting to allocate a huge chunk of memory when parsing ...Nick Clifton1-1/+10
2017-11-19PR22443, Global buffer overflow in _bfd_elf_get_symbol_version_stringAlan Modra1-3/+3
2017-11-15Add support to readelf and objdump for following links to separate debug info...Nick Clifton1-18/+56
2017-10-01PR22232, NULL pointer dereference in load_specific_debug_sectionAlan Modra1-2/+3
2017-10-01PR22230, buffer overflow in display_debug_macroAlan Modra1-4/+5
2017-09-30PR21978, objdump does not display line numbers in certain casesAlan Modra1-12/+18
2017-07-02Use bfd_malloc_and_get_sectionAlan Modra1-37/+7
2017-06-30Fix failures in MMIX linker tests introduced by fix for PR 21665.Nick Clifton1-1/+24
2017-06-28Change bfd_get_size/bfd_get_file_size to ufile_ptrH.J. Lu1-1/+1
2017-06-26Fix address violations when atempting to parse fuzzed binaries.Nick Clifton1-2/+2
2017-06-19Fix address violation when attempting to display disassembled data.Nick Clifton1-12/+15
2017-06-14Fix address violation when disassembling a corrupt binary.Nick Clifton1-12/+15
2017-05-30Add bfd_get_file_size to get archive element sizeH.J. Lu1-1/+1
2017-05-24Refactor disassembler selectionYao Qi1-1/+3
2017-05-02Prevent memory exhaustion from a corrupt PE binary with an overlarge number o...Nick Clifton1-0/+8
2017-04-23PR 21415, objdump fails to check bfd_get_section_contents statusAlan Modra1-1/+6
2017-03-21Add --inlines option to objdump to include scope backtrace of inlined functio...Andi Kleen1-1/+19