| Age | Commit message (Expand) | Author |
| 2025-12-22 | debug/pe: avoid panic in File.ImportedSymbols | Alex Brainman |
| 2023-10-18 | debug: add available godoc link | cui fliter |
| 2023-09-07 | all: use io.{SeekStart, SeekCurrent, SeekEnd} | 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 |
| 2022-10-13 | debug: add top level security docs for dwarf, elf, macho, pe, and plan9obj | Roland Shoemaker |
| 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-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 |
| 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-02-19 | debug/pe: recognize arm64 executables | Russ Cox |
| 2019-11-15 | all: fix a bunch of misspellings | Ville Skyttä |
| 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-08-20 | debug/pe: support windows/arm | Jordan Rhee |
| 2018-06-19 | debug/elf,macho,pe: support compressed DWARF | Heschi Kreinick |
| 2018-05-23 | debug/pe: gofmt | Tobias Klauser |
| 2018-05-19 | debug/pe: parse the import directory correctly | Ali Rizvi-Santiago |
| 2016-10-17 | cmd/dist: use debug/pe directly for cmd/link | Russ Cox |
| 2016-08-18 | debug/pe: revert CL 22720 | Alex Brainman |
| 2016-05-05 | debug/pe: unexport newly introduced identifiers | Alex Brainman |
| 2016-04-29 | debug/pe: .bss section must contain only zeros | Alex Brainman |
| 2016-04-25 | debug/pe: better error messages | Alex Brainman |
| 2016-04-24 | debug/pe: introduce File.COFFSymbols and (*COFFSymbol).FullName | Alex Brainman |
| 2016-04-21 | debug/pe: introduce Section.Relocs | Alex Brainman |
| 2016-04-21 | debug/pe: pretty section.go code | Alex Brainman |
| 2016-04-20 | debug/pe: move some code into section.go and symbol.go | Alex Brainman |
| 2016-04-20 | debug/pe: introduce StringTable type | Alex Brainman |
| 2016-04-20 | debug/pe: add some documentation and TODO | Alex Brainman |
| 2016-04-13 | all: use new io.SeekFoo constants instead of os.SEEK_FOO | Brad Fitzpatrick |
| 2016-03-22 | debug/dwarf: add Reader.SeekPC and Data.Ranges | Ian Lance Taylor |
| 2016-03-01 | all: make copyright headers consistent with one space after period | Brad Fitzpatrick |
| 2015-07-10 | debug/pe: truncate pe sections to their size in memory | Alex Brainman |
| 2015-03-10 | debug/macho, debug/pe: load DWARF line section and pass to dwarf.New | Austin Clements |
| 2014-10-21 | debug/pe: use appropriate type for sizeofOptionalHeader32 | Alex Brainman |
| 2014-10-20 | debug/pe: remove use of unsafe | Russ Cox |
| 2014-09-08 | build: move package sources from src/pkg to src | Russ Cox |