summaryrefslogtreecommitdiff
path: root/binutils/objdump.c
AgeCommit message (Expand)Author
2018-01-03Update year range in copyright notice of binutils filesAlan Modra
2017-11-29Stop objdump from attempting to allocate a huge chunk of memory when parsing ...Nick Clifton
2017-11-19PR22443, Global buffer overflow in _bfd_elf_get_symbol_version_stringAlan Modra
2017-11-15Add support to readelf and objdump for following links to separate debug info...Nick Clifton
2017-10-01PR22232, NULL pointer dereference in load_specific_debug_sectionAlan Modra
2017-10-01PR22230, buffer overflow in display_debug_macroAlan Modra
2017-09-30PR21978, objdump does not display line numbers in certain casesAlan Modra
2017-07-02Use bfd_malloc_and_get_sectionAlan Modra
2017-06-30Fix failures in MMIX linker tests introduced by fix for PR 21665.Nick Clifton
2017-06-28Change bfd_get_size/bfd_get_file_size to ufile_ptrH.J. Lu
2017-06-26Fix address violations when atempting to parse fuzzed binaries.Nick Clifton
2017-06-19Fix address violation when attempting to display disassembled data.Nick Clifton
2017-06-14Fix address violation when disassembling a corrupt binary.Nick Clifton
2017-05-30Add bfd_get_file_size to get archive element sizeH.J. Lu
2017-05-24Refactor disassembler selectionYao Qi
2017-05-02Prevent memory exhaustion from a corrupt PE binary with an overlarge number o...Nick Clifton
2017-04-23PR 21415, objdump fails to check bfd_get_section_contents statusAlan Modra
2017-03-21Add --inlines option to objdump to include scope backtrace of inlined functio...Andi Kleen
2017-03-13objdump -dS: warn if source is more recent than objectAlan Modra
2017-03-10Make objdump's --wide command line option affect its output of DWARF debug in...Chia-Hao Lo
2017-02-28GDB: Add support for the new set/show disassembler-options commands.Peter Bergner
2017-01-20objdump: Better objdump section headers in wide modeAndrew Burgess
2017-01-09Speed up objdump when displaying disassembly mixed with line number and sourc...Nick Clifton
2017-01-02Update year range in copyright notice of all files.Alan Modra
2016-10-11Enhance objdump so that it will use .got, .plt and .plt.got section symbols w...Nick Clifton
2016-07-09PR20337, Objdump makes poor choice of symbolsAlan Modra
2016-07-05[ARM] Change noread to purecode.Andre Vieria
2016-06-28Invalid read in _bfd_elf_get_symbol_version_stringAlan Modra
2016-06-24Limit objdump -S context linesAlan Modra
2016-04-13Add init_dwarf_regnames_s390Andreas Arnez
2016-03-21Remove use of alloca.Nick Clifton
2016-01-20Add support for an ARM specific 'y' section attribute flag to mark the sectio...Mickael Guene
2016-01-01Copyright update for binutilsAlan Modra
2015-08-12Remove trailing spaces in binutilsH.J. Lu
2015-06-22Stop "objdump -d" from disassembling past a symbolic address.Nick Clifton
2015-05-15Fix PR18374 by making readelf and objdump ignore end-of-list markers in the ....Nick Clifton
2015-05-11Add init_dwarf_regnames_iamcuH.J. Lu
2015-02-24Improves the warning message produyced by objdump when it cannot load a section.Nick Clifton
2015-02-03More fixes for illegal memory accesses triggered by running objdump on fuzzed...Nick Clifton
2015-01-21Fix memory access violations triggered by running strip on fuzzed binaries.Nick Clifton
2015-01-07Fix memory access violations exposed by running the srconv tool on fuzzed bin...Nick Clifton
2015-01-02ChangeLog rotatation and copyright year updateAlan Modra
2014-12-10Don't always build coffgen.oAlan Modra
2014-12-09More fixes for memory access violations triggered by fuzzed binaries.Nick Clifton
2014-12-03Fix memory access problems exposed by fuzzed binaries.Nick Clifton
2014-12-01More fixes for memory access violations exposed by fuzzed binaries.Nick Clifton
2014-11-25Use get_symbol_version_string in BFD_JUMP_TABLE_SYMBOLSH.J. Lu
2014-11-25Display symbol version when dumping dynrelocsH.J. Lu
2014-11-12Fix more memory faults uncovered by fuzzing various executables.Nick Clifton
2014-11-03More fixes for buffer overruns instigated by corrupt binaries.Nick Clifton