aboutsummaryrefslogtreecommitdiff
path: root/src/debug/macho
AgeCommit message (Expand)Author
2025-09-11debug/macho: filter non-external symbols when reading imported symbols withou...qmuntal
2025-08-06debug/macho: support reading imported symbols without LC_DYSYMTABCherry Mui
2024-08-30debug/macho: fix DWARF for section names longer than 16 charsAlessandro Arzilli
2023-10-18debug: add available godoc linkcui fliter
2023-08-31all: rewrite internal/saferio.SliceCap using generics and add func SliceCapWi...Jes Cok
2023-04-11all: re-run stringerIan Lance Taylor
2023-02-28debug/macho: use saferio to read dynamic indirect symbolsIan Lance Taylor
2023-02-22debug/macho: don't crash if dynamic symtab with no symtabIan Lance Taylor
2023-02-21debug/macho: use saferio to read symbol table stringsIan Lance Taylor
2022-10-13debug: add top level security docs for dwarf, elf, macho, pe, and plan9objRoland Shoemaker
2022-09-25encoding/gob: use saferio.SliceCap when decoding a sliceIan Lance Taylor
2022-09-02debug/macho: use saferio to allocate load command sliceTobias Klauser
2022-08-29debug/macho: use saferio to allocate Load and Symbol slicesDan Kortschak
2022-08-26debug/macho: use saferio to read segment and section dataDan Kortschak
2022-08-23debug/macho: don't use narch for seenArches map sizeIan Lance Taylor
2022-08-17debug/macho, internal/saferio: limit slice allocationIan Lance Taylor
2021-12-13all: gofmt -w -r 'interface{} -> any' srcRuss Cox
2021-11-16debug/pe,debug/macho: add support for DWARF5 sectionsAlessandro Arzilli
2021-10-28debug/macho: fail on invalid dynamic symbol table commandRoland Shoemaker
2021-05-14debug/macho: fix a typo in macho.goitchyny
2019-11-21all: base64-encode binaries that will cause Apple notarization to failAndrew
2019-09-18cmd/link: prefix Go syms with _ on darwinJeremy Faller
2019-09-17Revert "cmd/link: prefix syms with "_" on darwin links"Jeremy Faller
2019-09-17cmd/link: prefix syms with "_" on darwin linksJeremy Faller
2019-06-19cmd/link: fix stale link to MachO file format reference in commentThan McIntosh
2019-05-06all: simplify code using "gofmt -s -w"Shulhan
2018-06-19debug/elf,macho,pe: support compressed DWARFHeschi Kreinick
2018-05-29all: regenerate stringer filesTim Cooper
2018-05-16cmd/internal/objfile, debug/macho: support disassembling arm64 Mach-O objectsTobias Klauser
2018-03-06debug/macho: use bytes.IndexByte instead of a loopJosh Bleecher Snyder
2017-09-27debug/macho: fill Rpath.LoadBytes in NewFileHiroshi Ioka
2017-09-27debug/macho: parse relocationsHiroshi Ioka
2017-08-29debug/macho: add missing file flagsKunpei Sakai
2017-08-17debug/macho: support LC_RPATHHiroshi Ioka
2017-08-17debug/macho: add comments for ambiguious LoadCommandHiroshi Ioka
2017-08-17debug/macho: make tests more comprehensiveHiroshi Ioka
2017-08-16debug/macho: rearrange codeHiroshi Ioka
2017-08-15debug/macho: make Type implements fmt.(Go)Stringer interfacesHiroshi Ioka
2017-08-14debug/macho: add relocation typesHiroshi Ioka
2017-08-14debug/macho: add some file flagsHiroshi Ioka
2016-08-23debug/macho: fix comment on Section64Michael Matloob
2016-03-25all: delete dead non-test codeDominik Honnef
2016-03-22debug/dwarf: add Reader.SeekPC and Data.RangesIan Lance Taylor
2016-03-01all: make copyright headers consistent with one space after periodBrad Fitzpatrick
2016-02-29all: remove public named return values when uselessBrad Fitzpatrick
2015-09-04all: remove executable bit from several filesAndrew Gerrand
2015-03-10debug/macho, debug/pe: load DWARF line section and pass to dwarf.NewAustin Clements
2014-09-08build: move package sources from src/pkg to srcRuss Cox