| Age | Commit message (Expand) | Author |
| 2025-12-22 | debug/pe: avoid panic in File.ImportedSymbols | Alex Brainman |
| 2025-10-24 | debug/pe: check for zdebug_gdb_scripts section in testDWARF | Cherry Mui |
| 2025-09-08 | debug/pe: permit symbols with no name | Ian Lance Taylor |
| 2023-10-18 | debug: add available godoc link | cui fliter |
| 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-05-01 | debug/pe: return error on reading from section with uninitialized data | Ian Lance Taylor |
| 2023-04-04 | all: fix misuses of "a" vs "an" | cui fliter |
| 2023-01-20 | all: fix typos in go file comments | Marcel Meyer |
| 2022-10-13 | debug: add top level security docs for dwarf, elf, macho, pe, and plan9obj | Roland Shoemaker |
| 2022-09-25 | encoding/gob: use saferio.SliceCap when decoding a slice | Ian Lance Taylor |
| 2022-09-18 | debug/pe: be careful to avoid potential uint32 overflow | Dan Kortschak |
| 2022-08-29 | debug/pe: check size in uint64 to avoid overflow | David Chase |
| 2022-08-19 | debug/pe: fetch section size directly in (*Section).Data | Ian Lance Taylor |
| 2022-08-18 | debug/pe: use saferio to set symbol slice capacity | Ian Lance Taylor |
| 2022-08-17 | debug/pe, internal/saferio: use saferio to read PE section data | Ian Lance Taylor |
| 2022-08-11 | internal/saferio: new package to avoid OOM | Ian Lance Taylor |
| 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-06-29 | debug/pe: add IMAGE_FILE_MACHINE_LOONGARCH{64,32} | Guoqi Chen |
| 2022-05-19 | all: gofmt main repo | Russ Cox |
| 2022-05-06 | debug/pe: rework reading of aux symbols to fix endianity problems | Than McIntosh |
| 2022-04-25 | debug/pe: fix off by one error in valid symbol index test | Than McIntosh |
| 2022-04-15 | debug/pe: read string table in 10M chunks | Ian Lance Taylor |
| 2022-03-31 | debug/pe: skip TestReadCOFFSymbolAuxInfo on big-endian systems | Than McIntosh |
| 2022-03-31 | debug/pe: add APIs for reading section def aux info | Than McIntosh |
| 2021-12-13 | all: gofmt -w -r 'interface{} -> any' src | Russ Cox |
| 2021-11-16 | debug/pe,debug/macho: add support for DWARF5 sections | Alessandro Arzilli |
| 2021-11-06 | all: remove more leftover // +build lines | Tobias Klauser |
| 2021-04-23 | all: do not test internal linking on windows/arm64 | Russ Cox |
| 2021-04-12 | debug/pe: replace os.MkdirTemp with T.TempDir | Manlio Perillo |
| 2021-02-20 | all: go fmt std cmd (but revert vendor) | Russ Cox |
| 2021-02-19 | debug/pe: recognize arm64 executables | Russ Cox |
| 2020-12-09 | all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTemp | Russ Cox |
| 2020-04-19 | debug/pe: improve testpoint error message | Than McIntosh |
| 2020-03-10 | debug/pe: copy some consts from cmd/link/internal/ld | Alex Brainman |
| 2019-11-15 | all: fix a bunch of misspellings | Ville Skyttä |
| 2019-09-08 | all: fix typos | Ainar Garipov |
| 2019-08-29 | debug/pe: enable parsing of variable length optional header in PE file | Prashant Agrawal |
| 2019-02-27 | debug/pe: prevent slice out of bounds access in (*File).ImportedSymbols | Tobias Klauser |
| 2019-02-27 | debug/pe: omit panic in (*File).ImportedSymbols on empty optional headers | Tobias Klauser |
| 2018-11-29 | debug/pe: use ws2_32.dll in TestImportTableInUnknownSection | Alex Brainman |
| 2018-11-27 | debug/pe: correct TestImportTableInUnknownSection error message | Alex Brainman |
| 2018-11-24 | debug/pe: use kernel32.dll in TestImportTableInUnknownSection | Alex Brainman |
| 2018-10-05 | debug/pe: fix TestDWARF to work with relocations | Jordan Rhee |
| 2018-10-04 | debug/pe: skip a test on windows/arm | Brad Fitzpatrick |
| 2018-08-20 | debug/pe: support windows/arm | Jordan Rhee |
| 2018-06-19 | debug/elf,macho,pe: support compressed DWARF | Heschi Kreinick |
| 2018-06-07 | debug/pe: add IMAGE_FILE_MACHINE_ARM64 | Brad Fitzpatrick |
| 2018-05-23 | debug/pe: gofmt | Tobias Klauser |