| Age | Commit message (Expand) | Author |
| 2023-02-22 | debug/macho: don't crash if dynamic symtab with no symtab | Ian Lance Taylor |
| 2023-02-21 | debug/macho: use saferio to read symbol table strings | Ian Lance Taylor |
| 2023-02-03 | debug/elf: add DT_FLAGS_1 constants | Florin Papa |
| 2023-01-20 | all: fix typos in go file comments | Marcel Meyer |
| 2022-12-12 | debug/buildinfo: check pointer size on buildinfo.Read | Nikola Jokic |
| 2022-11-05 | all: fix comment typos | Dan Kortschak |
| 2022-11-04 | all: fix function names in comments | cui fliter |
| 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-14 | debug/elf: fix inccorrect value in COMPRESS_ZLIB string name | Florian Zenker |
| 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-10-06 | debug/buildinfo: correct a typo in calculating next align index | Zeke Lu |
| 2022-10-01 | debug/dwarf: don't crash on negative range/rnglist offset | Ian Lance Taylor |
| 2022-09-29 | debug/elf: fix typo in R_PPC64_TPREL34 and R_PPC64_DTPREL34 | Paul E. Murphy |
| 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-27 | debug/dwarf: don't crash on invalid range/rnglist offset | Ian Lance Taylor |
| 2022-09-25 | encoding/gob: use saferio.SliceCap when decoding a slice | Ian Lance Taylor |
| 2022-09-19 | debug/elf: validate shstrndx | Zeke Lu |
| 2022-09-18 | debug/pe: be careful to avoid potential uint32 overflow | Dan Kortschak |
| 2022-09-08 | debug/elf: define additional PPC64 ELFv2 relocations | Paul E. Murphy |
| 2022-09-07 | debug/gosym: rename nameoff to nameOff to match runtime | Michael Pratt |
| 2022-09-06 | debug/buildinfo: remove redundant type conversion | Sasha Melentyev |
| 2022-09-06 | debug: use strings.Builder | cuiweixie |
| 2022-09-02 | debug/macho: use saferio to allocate load command slice | Tobias Klauser |
| 2022-08-29 | debug/macho: use saferio to allocate Load and Symbol slices | Dan Kortschak |
| 2022-08-29 | debug/elf: validate offset and file size ranges | Dan Kortschak |
| 2022-08-29 | debug/pe: check size in uint64 to avoid overflow | David Chase |
| 2022-08-27 | debug/elf: fix reloc number of R_PPC64_SECTOFF_LO_DS | Paul E. Murphy |
| 2022-08-26 | debug/macho: use saferio to read segment and section data | Dan Kortschak |
| 2022-08-23 | debug/plan9obj: don't crash on EOF before symbol type | Ian Lance Taylor |
| 2022-08-23 | debug/macho: don't use narch for seenArches map size | Ian Lance Taylor |
| 2022-08-22 | debug/buildinfo: add regression tests for different buildmodes | qmuntal |
| 2022-08-19 | debug/pe: fetch section size directly in (*Section).Data | Ian Lance Taylor |
| 2022-08-19 | debug/plan9obj: use saferio to read section data | Ian Lance Taylor |
| 2022-08-18 | debug/pe: use saferio to set symbol slice capacity | Ian Lance Taylor |
| 2022-08-18 | debug/buildinfo: implement for Plan 9 a.out | Ori Bernstein |
| 2022-08-17 | debug/macho, internal/saferio: limit slice allocation | Ian Lance Taylor |
| 2022-08-17 | debug/pe, internal/saferio: use saferio to read PE section data | Ian Lance Taylor |
| 2022-08-11 | debug/elf: use saferio to read section data | Ian Lance Taylor |
| 2022-08-11 | internal/saferio: new package to avoid OOM | Ian Lance Taylor |
| 2022-08-11 | debug/elf: add new-style LoongArch reloc types | WANG Xuerui |
| 2022-08-09 | debug/gosym: fix missing symbol version for 1.2+ pclntab | Cuong Manh Le |
| 2022-08-09 | all: use ":" for compiler generated symbols | Cuong Manh Le |
| 2022-08-09 | debug/pe: add IMAGE_FILE_MACHINE_RISCV{32,64,128} | Meng Zhuo |
| 2022-08-08 | debug/pe: use correct pe64 test in ImportedSymbols | Ian Lance Taylor |
| 2022-07-19 | crypto/internal/nistec,debug/gosym: fix typos | Dan Kortschak |
| 2022-06-29 | debug/pe: add IMAGE_FILE_MACHINE_LOONGARCH{64,32} | Guoqi Chen |
| 2022-06-23 | debug/dwarf: handle malformed line table with bad program offset | Than McIntosh |