summaryrefslogtreecommitdiff
path: root/src/debug/macho
Commit message (Expand)AuthorAgeFilesLines
* all: re-run stringerIan Lance Taylor2023-04-111-0/+58
* debug/macho: use saferio to read dynamic indirect symbolsIan Lance Taylor2023-02-281-2/+2
* debug/macho: don't crash if dynamic symtab with no symtabIan Lance Taylor2023-02-221-1/+3
* debug/macho: use saferio to read symbol table stringsIan Lance Taylor2023-02-211-2/+2
* debug: add top level security docs for dwarf, elf, macho, pe, and plan9objRoland Shoemaker2022-10-131-1/+11
* encoding/gob: use saferio.SliceCap when decoding a sliceIan Lance Taylor2022-09-252-3/+3
* debug/macho: use saferio to allocate load command sliceTobias Klauser2022-09-021-2/+2
* debug/macho: use saferio to allocate Load and Symbol slicesDan Kortschak2022-08-291-21/+36
* debug/macho: use saferio to read segment and section dataDan Kortschak2022-08-261-12/+3
* debug/macho: don't use narch for seenArches map sizeIan Lance Taylor2022-08-231-1/+1
* debug/macho, internal/saferio: limit slice allocationIan Lance Taylor2022-08-171-2/+9
* all: gofmt -w -r 'interface{} -> any' srcRuss Cox2021-12-132-7/+7
* debug/pe,debug/macho: add support for DWARF5 sectionsAlessandro Arzilli2021-11-161-3/+11
* debug/macho: fail on invalid dynamic symbol table commandRoland Shoemaker2021-10-283-0/+17
* debug/macho: fix a typo in macho.goitchyny2021-05-141-1/+1
* all: base64-encode binaries that will cause Apple notarization to failAndrew2019-11-2117-11/+58
* cmd/link: prefix Go syms with _ on darwinJeremy Faller2019-09-181-1/+6
* Revert "cmd/link: prefix syms with "_" on darwin links"Jeremy Faller2019-09-171-6/+1
* cmd/link: prefix syms with "_" on darwin linksJeremy Faller2019-09-171-1/+6
* cmd/link: fix stale link to MachO file format reference in commentThan McIntosh2019-06-191-1/+6
* all: simplify code using "gofmt -s -w"Shulhan2019-05-061-3/+3
* debug/elf,macho,pe: support compressed DWARFHeschi Kreinick2018-06-191-11/+71
* all: regenerate stringer filesTim Cooper2018-05-291-5/+5
* cmd/internal/objfile, debug/macho: support disassembling arm64 Mach-O objectsTobias Klauser2018-05-161-0/+2
* debug/macho: use bytes.IndexByte instead of a loopJosh Bleecher Snyder2018-03-061-2/+3
* debug/macho: fill Rpath.LoadBytes in NewFileHiroshi Ioka2017-09-272-4/+10
* debug/macho: parse relocationsHiroshi Ioka2017-09-274-41/+204
* debug/macho: add missing file flagsKunpei Sakai2017-08-291-4/+26
* debug/macho: support LC_RPATHHiroshi Ioka2017-08-175-13/+94
* debug/macho: add comments for ambiguious LoadCommandHiroshi Ioka2017-08-171-2/+2
* debug/macho: make tests more comprehensiveHiroshi Ioka2017-08-171-47/+51
* debug/macho: rearrange codeHiroshi Ioka2017-08-162-99/+101
* debug/macho: make Type implements fmt.(Go)Stringer interfacesHiroshi Ioka2017-08-152-0/+19
* debug/macho: add relocation typesHiroshi Ioka2017-08-143-0/+130
* debug/macho: add some file flagsHiroshi Ioka2017-08-141-0/+7
* debug/macho: fix comment on Section64Michael Matloob2016-08-231-1/+1
* all: delete dead non-test codeDominik Honnef2016-03-251-23/+0
* debug/dwarf: add Reader.SeekPC and Data.RangesIan Lance Taylor2016-03-221-3/+3
* all: make copyright headers consistent with one space after periodBrad Fitzpatrick2016-03-014-4/+4
* all: remove public named return values when uselessBrad Fitzpatrick2016-02-291-3/+3
* all: remove executable bit from several filesAndrew Gerrand2015-09-042-0/+0
* debug/macho, debug/pe: load DWARF line section and pass to dwarf.NewAustin Clements2015-03-101-5/+5
* build: move package sources from src/pkg to srcRuss Cox2014-09-089-0/+1204