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
5 days
debug/elf: use saferio.SliceCap for segment slice
Ian Lance Taylor
2026-03-25
debug/elf: handle program header count overflow
Ian Lance Taylor
2026-01-22
debug/elf: return FormatError when reading short files
Mark F
2025-12-01
debug/elf: correct case of DWARF in comment
Ian Lance Taylor
2025-12-01
debug/elf: make check for empty symbol section consistent for 64-bit and 32-b...
Aditya Sirish A Yelgundhalli
2025-11-17
debug/elf: sync new loong64 relocation types up to LoongArch ELF psABI v20250521
WANG Xuerui
2025-10-17
all: remove unnecessary loop variable copies in tests
Tobias Klauser
2025-09-28
debug/elf: prevent offset overflow
Jes Cok
2025-08-27
debug/elf: don't panic if symtab too small
Ian Lance Taylor
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
[next]