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
/
elf
Age
Commit message (
Expand
)
Author
2025-03-14
debug/elf: add riscv attributes definitions
Meng Zhuo
2024-12-17
debug/elf: adjust version API per issue discussion
Ian Lance Taylor
2024-12-11
debug/elf: adjust version API per issue discussion
Ian Lance Taylor
2024-11-27
debug/elf: check for multiplication overflow for shnum * shentsize
Ian Lance Taylor
2024-11-07
debug/elf: add SHT_GNU_VERDEF section parsing
benbaker76
2024-04-23
debug/elf: remove incorrect doc link
Ian Lance Taylor
2024-04-16
debug/elf: define non-standard but well-known symbol types
Ian Lance Taylor
2024-03-15
debug/elf: avoid using binary.Read() in NewFile()
Peter Collingbourne
2024-03-10
cmd/link,debug/elf: mark Go binaries with no branch target CFI on openbsd
Joel Sing
2023-12-30
all: replace outdated links
cui fliter
2023-11-30
debug/elf: return error in DynValue for invalid dynamic section size
Jes Cok
2023-11-02
debug/elf,cmd/link: add additional relocations for loong64
Guoqi Chen
2023-10-25
debug/elf: return error in DynString for invalid dynamic section size
Ian Lance Taylor
2023-10-18
debug: add available godoc link
cui fliter
2023-09-22
all: clean unnecessary casts for test files
Jes Cok
2023-09-20
debug/elf: don't crash on empty symbol section
Ian Lance Taylor
2023-09-08
debug/elf,cmd/link: add additional MIPS64 relocation type
Joel Sing
2023-09-07
all: use io.{SeekStart, SeekCurrent, SeekEnd}
Jes Cok
2023-08-31
all: rewrite internal/saferio.SliceCap using generics and add func SliceCapWi...
Jes Cok
2023-07-31
debug/elf: don't use reflection in File.Symbols
Tolya Korniltsev
2023-05-24
all: fix unavailable url
cui fliter
2023-05-23
debug/elf: define R_PPC64_REL24_P9NOTOC
Paul E. Murphy
2023-04-18
debug/elf: support zstd compression
Ian Lance Taylor
2023-04-11
all: add wasip1 support
Johan Brandhorst-Satzkorn
2023-04-11
debug/elf: avoid decompress of section twice
Meng Zhuo
2023-03-07
debug/elf: retrieve values for dynamic section tags
Florin Papa
2023-02-03
debug/elf: add DT_FLAGS_1 constants
Florin Papa
2022-10-26
debug/elf: guard access to File.gnuVersym
Zeke Lu
2022-10-25
debug/elf: use saferio.SliceCap when decoding ELF sections
Zeke Lu
2022-10-14
debug/elf: fix inccorrect value in COMPRESS_ZLIB string name
Florian Zenker
2022-10-13
debug: add top level security docs for dwarf, elf, macho, pe, and plan9obj
Roland Shoemaker
2022-10-12
debug/elf: validate phentsize and shentsize
Ian Lance Taylor
2022-09-29
debug/elf: fix typo in R_PPC64_TPREL34 and R_PPC64_DTPREL34
Paul E. Murphy
2022-09-27
debug/elf: return error on reading from SHT_NOBITS sections
Zeke Lu
2022-09-27
debug/elf: suport files with >= 65280 (0xff00) sections
Zeke Lu
2022-09-19
debug/elf: validate shstrndx
Zeke Lu
2022-09-08
debug/elf: define additional PPC64 ELFv2 relocations
Paul E. Murphy
2022-08-29
debug/elf: validate offset and file size ranges
Dan Kortschak
2022-08-27
debug/elf: fix reloc number of R_PPC64_SECTOFF_LO_DS
Paul E. Murphy
2022-08-11
debug/elf: use saferio to read section data
Ian Lance Taylor
2022-08-11
debug/elf: add new-style LoongArch reloc types
WANG Xuerui
2022-04-04
debug: define ELF relocation for loong64
Xiaodong Liu
2022-04-01
debug/elf: ajdust SectionOverlap test for proper fields
Meng Zhuo
2022-03-31
debug/elf: check for negative shoff and phoff fields
Ian Lance Taylor
2022-03-16
cmd/link: default generic ABI compression for ELF
Meng Zhuo
2022-01-14
debug/elf: do not read unrelated bytes for SHT_NOBITS sections
Alessandro Arzilli
2021-12-13
all: gofmt -w -r 'interface{} -> any' src
Russ Cox
2021-11-05
cmd/link: enable internal linking of PIE binaries on ppc64le
Paul E. Murphy
2021-09-10
debug/elf: retain original error message when getSymbols fails.
Florin Papa
2021-06-14
debug/elf: don't apply DWARF relocations for ET_EXEC binaries
Victor Michel
[next]