| Age | Commit message (Expand) | Author |
| 2024-08-30 | debug/macho: fix DWARF for section names longer than 16 chars | Alessandro Arzilli |
| 2023-10-18 | debug: add available godoc link | cui fliter |
| 2023-08-31 | all: rewrite internal/saferio.SliceCap using generics and add func SliceCapWi... | Jes Cok |
| 2023-04-11 | all: re-run stringer | Ian Lance Taylor |
| 2023-02-28 | debug/macho: use saferio to read dynamic indirect symbols | Ian Lance Taylor |
| 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 |
| 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-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-26 | debug/macho: use saferio to read segment and section data | Dan Kortschak |
| 2022-08-23 | debug/macho: don't use narch for seenArches map size | Ian Lance Taylor |
| 2022-08-17 | debug/macho, internal/saferio: limit slice allocation | 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-10-28 | debug/macho: fail on invalid dynamic symbol table command | Roland Shoemaker |
| 2021-05-14 | debug/macho: fix a typo in macho.go | itchyny |
| 2019-11-21 | all: base64-encode binaries that will cause Apple notarization to fail | Andrew |
| 2019-09-18 | cmd/link: prefix Go syms with _ on darwin | Jeremy Faller |
| 2019-09-17 | Revert "cmd/link: prefix syms with "_" on darwin links" | Jeremy Faller |
| 2019-09-17 | cmd/link: prefix syms with "_" on darwin links | Jeremy Faller |
| 2019-06-19 | cmd/link: fix stale link to MachO file format reference in comment | Than McIntosh |
| 2019-05-06 | all: simplify code using "gofmt -s -w" | Shulhan |
| 2018-06-19 | debug/elf,macho,pe: support compressed DWARF | Heschi Kreinick |
| 2018-05-29 | all: regenerate stringer files | Tim Cooper |
| 2018-05-16 | cmd/internal/objfile, debug/macho: support disassembling arm64 Mach-O objects | Tobias Klauser |
| 2018-03-06 | debug/macho: use bytes.IndexByte instead of a loop | Josh Bleecher Snyder |
| 2017-09-27 | debug/macho: fill Rpath.LoadBytes in NewFile | Hiroshi Ioka |
| 2017-09-27 | debug/macho: parse relocations | Hiroshi Ioka |
| 2017-08-29 | debug/macho: add missing file flags | Kunpei Sakai |
| 2017-08-17 | debug/macho: support LC_RPATH | Hiroshi Ioka |
| 2017-08-17 | debug/macho: add comments for ambiguious LoadCommand | Hiroshi Ioka |
| 2017-08-17 | debug/macho: make tests more comprehensive | Hiroshi Ioka |
| 2017-08-16 | debug/macho: rearrange code | Hiroshi Ioka |
| 2017-08-15 | debug/macho: make Type implements fmt.(Go)Stringer interfaces | Hiroshi Ioka |
| 2017-08-14 | debug/macho: add relocation types | Hiroshi Ioka |
| 2017-08-14 | debug/macho: add some file flags | Hiroshi Ioka |
| 2016-08-23 | debug/macho: fix comment on Section64 | Michael Matloob |
| 2016-03-25 | all: delete dead non-test code | Dominik Honnef |
| 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 |
| 2016-02-29 | all: remove public named return values when useless | Brad Fitzpatrick |
| 2015-09-04 | all: remove executable bit from several files | Andrew Gerrand |
| 2015-03-10 | debug/macho, debug/pe: load DWARF line section and pass to dwarf.New | Austin Clements |
| 2014-09-08 | build: move package sources from src/pkg to src | Russ Cox |