aboutsummaryrefslogtreecommitdiff
path: root/src/debug/elf/file.go
AgeCommit message (Expand)Author
5 daysdebug/elf: use saferio.SliceCap for segment sliceIan Lance Taylor
2026-03-25debug/elf: handle program header count overflowIan Lance Taylor
2026-01-22debug/elf: return FormatError when reading short filesMark F
2025-12-01debug/elf: correct case of DWARF in commentIan Lance Taylor
2025-12-01debug/elf: make check for empty symbol section consistent for 64-bit and 32-b...Aditya Sirish A Yelgundhalli
2025-09-28debug/elf: prevent offset overflowJes Cok
2025-08-27debug/elf: don't panic if symtab too smallIan Lance Taylor
2024-12-17debug/elf: adjust version API per issue discussionIan Lance Taylor
2024-12-11debug/elf: adjust version API per issue discussionIan Lance Taylor
2024-11-27debug/elf: check for multiplication overflow for shnum * shentsizeIan Lance Taylor
2024-11-07debug/elf: add SHT_GNU_VERDEF section parsingbenbaker76
2024-04-23debug/elf: remove incorrect doc linkIan Lance Taylor
2024-03-15debug/elf: avoid using binary.Read() in NewFile()Peter Collingbourne
2023-11-30debug/elf: return error in DynValue for invalid dynamic section sizeJes Cok
2023-10-25debug/elf: return error in DynString for invalid dynamic section sizeIan Lance Taylor
2023-10-18debug: add available godoc linkcui fliter
2023-09-20debug/elf: don't crash on empty symbol sectionIan Lance Taylor
2023-09-07all: use io.{SeekStart, SeekCurrent, SeekEnd}Jes Cok
2023-08-31all: rewrite internal/saferio.SliceCap using generics and add func SliceCapWi...Jes Cok
2023-07-31debug/elf: don't use reflection in File.SymbolsTolya Korniltsev
2023-04-18debug/elf: support zstd compressionIan Lance Taylor
2023-04-11debug/elf: avoid decompress of section twiceMeng Zhuo
2023-03-07debug/elf: retrieve values for dynamic section tagsFlorin Papa
2022-10-26debug/elf: guard access to File.gnuVersymZeke Lu
2022-10-25debug/elf: use saferio.SliceCap when decoding ELF sectionsZeke Lu
2022-10-13debug: add top level security docs for dwarf, elf, macho, pe, and plan9objRoland Shoemaker
2022-10-12debug/elf: validate phentsize and shentsizeIan Lance Taylor
2022-09-27debug/elf: return error on reading from SHT_NOBITS sectionsZeke Lu
2022-09-27debug/elf: suport files with >= 65280 (0xff00) sectionsZeke Lu
2022-09-19debug/elf: validate shstrndxZeke Lu
2022-08-29debug/elf: validate offset and file size rangesDan Kortschak
2022-08-11debug/elf: use saferio to read section dataIan Lance Taylor
2022-04-04debug: define ELF relocation for loong64Xiaodong Liu
2022-03-31debug/elf: check for negative shoff and phoff fieldsIan Lance Taylor
2022-03-16cmd/link: default generic ABI compression for ELFMeng Zhuo
2022-01-14debug/elf: do not read unrelated bytes for SHT_NOBITS sectionsAlessandro Arzilli
2021-12-13all: gofmt -w -r 'interface{} -> any' srcRuss Cox
2021-09-10debug/elf: retain original error message when getSymbols fails.Florin Papa
2021-06-14debug/elf: don't apply DWARF relocations for ET_EXEC binariesVictor Michel
2020-08-31debug/elf: support relocations relative to sections with non-zero addressesVictor Michel
2019-09-17debug/elf: apply more relocations when reading DWARF data sectionsThan McIntosh
2019-09-03debug/dwarf, debug/elf: support DWARF 5Ian Lance Taylor
2019-07-05debug/elf: add version information to all dynamic symbolsAustin Clements
2019-03-01debug/elf: perform stricter section header table checks in NewFileTobias Klauser
2018-06-19debug/elf,macho,pe: support compressed DWARFHeschi Kreinick
2018-04-18debug/elf: add riscv64 relocationsTobias Klauser
2017-10-05debug/elf: make safe for Go 1.4 compilersRuss Cox
2016-11-10debug/elf: SPARC64 relocation type is only 8 bitsIan Lance Taylor
2016-11-03debug/elf: add support for GOARCH=mips{,le}Vladimir Stefanovic
2016-10-11debug/elf: add sparc64 relocationsJames Clarke