index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
debug
/
macho
Age
Commit message (
Expand
)
Author
2019-11-21
[release-branch.go1.13] all: base64-encode binaries that will cause Apple not...
Andrew
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