aboutsummaryrefslogtreecommitdiff
path: root/binutils/objdump.c
AgeCommit message (Expand)AuthorFilesLines
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
2017-03-13objdump -dS: warn if source is more recent than objectAlan Modra1-25/+35
2017-03-10Make objdump's --wide command line option affect its output of DWARF debug in...Chia-Hao Lo1-1/+1
2017-02-28GDB: Add support for the new set/show disassembler-options commands.Peter Bergner1-6/+10
2017-01-20objdump: Better objdump section headers in wide modeAndrew Burgess1-8/+46
2017-01-09Speed up objdump when displaying disassembly mixed with line number and sourc...Nick Clifton1-4/+18
2017-01-02Update year range in copyright notice of all files.Alan Modra1-1/+1
2016-10-11Enhance objdump so that it will use .got, .plt and .plt.got section symbols w...Nick Clifton1-9/+72
2016-07-09PR20337, Objdump makes poor choice of symbolsAlan Modra1-0/+15
2016-07-05[ARM] Change noread to purecode.Andre Vieria1-6/+1
2016-06-28Invalid read in _bfd_elf_get_symbol_version_stringAlan Modra1-1/+2
2016-06-24Limit objdump -S context linesAlan Modra1-2/+11
2016-04-13Add init_dwarf_regnames_s390Andreas Arnez1-0/+4
2016-03-21Remove use of alloca.Nick Clifton1-4/+9
2016-01-20Add support for an ARM specific 'y' section attribute flag to mark the sectio...Mickael Guene1-1/+15
2016-01-01Copyright update for binutilsAlan Modra1-1/+1
2015-08-12Remove trailing spaces in binutilsH.J. Lu1-50/+50
2015-06-22Stop "objdump -d" from disassembling past a symbolic address.Nick Clifton1-7/+18
2015-05-15Fix PR18374 by making readelf and objdump ignore end-of-list markers in the ....Nick Clifton1-1/+41
2015-05-11Add init_dwarf_regnames_iamcuH.J. Lu1-0/+4
2015-02-24Improves the warning message produyced by objdump when it cannot load a section.Nick Clifton1-1/+2
2015-02-03More fixes for illegal memory accesses triggered by running objdump on fuzzed...Nick Clifton1-1/+1
2015-01-21Fix memory access violations triggered by running strip on fuzzed binaries.Nick Clifton1-0/+1
2015-01-07Fix memory access violations exposed by running the srconv tool on fuzzed bin...Nick Clifton1-1/+8
2015-01-02ChangeLog rotatation and copyright year updateAlan Modra1-1/+1
2014-12-10Don't always build coffgen.oAlan Modra1-0/+1
2014-12-09More fixes for memory access violations triggered by fuzzed binaries.Nick Clifton1-1/+9
2014-12-03Fix memory access problems exposed by fuzzed binaries.Nick Clifton1-0/+1
2014-12-01More fixes for memory access violations exposed by fuzzed binaries.Nick Clifton1-0/+17
2014-11-25Use get_symbol_version_string in BFD_JUMP_TABLE_SYMBOLSH.J. Lu1-3/+1
2014-11-25Display symbol version when dumping dynrelocsH.J. Lu1-3/+20
2014-11-12Fix more memory faults uncovered by fuzzing various executables.Nick Clifton1-4/+12
2014-11-03More fixes for buffer overruns instigated by corrupt binaries.Nick Clifton1-2/+9
2014-08-22aarch64: Decode dwarf2 register numbersRichard Henderson1-0/+4