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
/
file.go
Age
Commit message (
Expand
)
Author
2024-01-25
all: prealloc slice with possible minimum capabilities
Shulhan
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-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
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
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
2018-06-19
debug/elf,macho,pe: support compressed DWARF
Heschi Kreinick
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-17
debug/macho: support LC_RPATH
Hiroshi Ioka
2017-08-16
debug/macho: rearrange code
Hiroshi Ioka
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-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