| Age | Commit message (Expand) | Author |
| 5 days | debug/elf: use saferio.SliceCap for segment slice | Ian Lance Taylor |
| 2026-03-25 | debug/elf: handle program header count overflow | Ian Lance Taylor |
| 2026-01-22 | debug/elf: return FormatError when reading short files | Mark F |
| 2025-12-01 | debug/elf: correct case of DWARF in comment | Ian Lance Taylor |
| 2025-12-01 | debug/elf: make check for empty symbol section consistent for 64-bit and 32-b... | Aditya Sirish A Yelgundhalli |
| 2025-09-28 | debug/elf: prevent offset overflow | Jes Cok |
| 2025-08-27 | debug/elf: don't panic if symtab too small | Ian Lance Taylor |
| 2024-12-17 | debug/elf: adjust version API per issue discussion | Ian Lance Taylor |
| 2024-12-11 | debug/elf: adjust version API per issue discussion | Ian Lance Taylor |
| 2024-11-27 | debug/elf: check for multiplication overflow for shnum * shentsize | Ian Lance Taylor |
| 2024-11-07 | debug/elf: add SHT_GNU_VERDEF section parsing | benbaker76 |
| 2024-04-23 | debug/elf: remove incorrect doc link | Ian Lance Taylor |
| 2024-03-15 | debug/elf: avoid using binary.Read() in NewFile() | Peter Collingbourne |
| 2023-11-30 | debug/elf: return error in DynValue for invalid dynamic section size | Jes Cok |
| 2023-10-25 | debug/elf: return error in DynString for invalid dynamic section size | Ian Lance Taylor |
| 2023-10-18 | debug: add available godoc link | cui fliter |
| 2023-09-20 | debug/elf: don't crash on empty symbol section | Ian Lance Taylor |
| 2023-09-07 | all: use io.{SeekStart, SeekCurrent, SeekEnd} | Jes Cok |
| 2023-08-31 | all: rewrite internal/saferio.SliceCap using generics and add func SliceCapWi... | Jes Cok |
| 2023-07-31 | debug/elf: don't use reflection in File.Symbols | Tolya Korniltsev |
| 2023-04-18 | debug/elf: support zstd compression | Ian Lance Taylor |
| 2023-04-11 | debug/elf: avoid decompress of section twice | Meng Zhuo |
| 2023-03-07 | debug/elf: retrieve values for dynamic section tags | Florin Papa |
| 2022-10-26 | debug/elf: guard access to File.gnuVersym | Zeke Lu |
| 2022-10-25 | debug/elf: use saferio.SliceCap when decoding ELF sections | Zeke Lu |
| 2022-10-13 | debug: add top level security docs for dwarf, elf, macho, pe, and plan9obj | Roland Shoemaker |
| 2022-10-12 | debug/elf: validate phentsize and shentsize | Ian Lance Taylor |
| 2022-09-27 | debug/elf: return error on reading from SHT_NOBITS sections | Zeke Lu |
| 2022-09-27 | debug/elf: suport files with >= 65280 (0xff00) sections | Zeke Lu |
| 2022-09-19 | debug/elf: validate shstrndx | Zeke Lu |
| 2022-08-29 | debug/elf: validate offset and file size ranges | Dan Kortschak |
| 2022-08-11 | debug/elf: use saferio to read section data | Ian Lance Taylor |
| 2022-04-04 | debug: define ELF relocation for loong64 | Xiaodong Liu |
| 2022-03-31 | debug/elf: check for negative shoff and phoff fields | Ian Lance Taylor |
| 2022-03-16 | cmd/link: default generic ABI compression for ELF | Meng Zhuo |
| 2022-01-14 | debug/elf: do not read unrelated bytes for SHT_NOBITS sections | Alessandro Arzilli |
| 2021-12-13 | all: gofmt -w -r 'interface{} -> any' src | Russ Cox |
| 2021-09-10 | debug/elf: retain original error message when getSymbols fails. | Florin Papa |
| 2021-06-14 | debug/elf: don't apply DWARF relocations for ET_EXEC binaries | Victor Michel |
| 2020-08-31 | debug/elf: support relocations relative to sections with non-zero addresses | Victor Michel |
| 2019-09-17 | debug/elf: apply more relocations when reading DWARF data sections | Than McIntosh |
| 2019-09-03 | debug/dwarf, debug/elf: support DWARF 5 | Ian Lance Taylor |
| 2019-07-05 | debug/elf: add version information to all dynamic symbols | Austin Clements |
| 2019-03-01 | debug/elf: perform stricter section header table checks in NewFile | Tobias Klauser |
| 2018-06-19 | debug/elf,macho,pe: support compressed DWARF | Heschi Kreinick |
| 2018-04-18 | debug/elf: add riscv64 relocations | Tobias Klauser |
| 2017-10-05 | debug/elf: make safe for Go 1.4 compilers | Russ Cox |
| 2016-11-10 | debug/elf: SPARC64 relocation type is only 8 bits | Ian Lance Taylor |
| 2016-11-03 | debug/elf: add support for GOARCH=mips{,le} | Vladimir Stefanovic |
| 2016-10-11 | debug/elf: add sparc64 relocations | James Clarke |