aboutsummaryrefslogtreecommitdiff
path: root/src/debug
AgeCommit message (Expand)Author
2024-04-23debug/elf: remove incorrect doc linkIan Lance Taylor
2024-04-16debug/elf: define non-standard but well-known symbol typesIan Lance Taylor
2024-03-15debug/elf: avoid using binary.Read() in NewFile()Peter Collingbourne
2024-03-10cmd/link,debug/elf: mark Go binaries with no branch target CFI on openbsdJoel Sing
2024-01-25debug/gosym: add detailed doc for text argument in NewLineTableZxilly
2023-12-30all: replace outdated linkscui fliter
2023-11-30debug/elf: return error in DynValue for invalid dynamic section sizeJes Cok
2023-11-02debug/elf,cmd/link: add additional relocations for loong64Guoqi Chen
2023-10-25debug/elf: return error in DynString for invalid dynamic section sizeIan Lance Taylor
2023-10-18debug: add available godoc linkcui fliter
2023-09-22all: clean unnecessary casts for test filesJes Cok
2023-09-20debug/elf: don't crash on empty symbol sectionIan Lance Taylor
2023-09-08debug/elf,cmd/link: add additional MIPS64 relocation typeJoel Sing
2023-09-07all: use io.{SeekStart, SeekCurrent, SeekEnd}Jes Cok
2023-08-31all: rewrite internal/saferio.SliceCap using generics and add func SliceCapWi...Jes Cok
2023-07-31debug/buildinfo: read full data segment to lookup buildinfo magicAlexander Yastrebov
2023-07-31debug/elf: don't use reflection in File.SymbolsTolya Korniltsev
2023-05-24all: fix unavailable urlcui fliter
2023-05-23debug/elf: define R_PPC64_REL24_P9NOTOCPaul E. Murphy
2023-05-01debug/pe: return error on reading from section with uninitialized dataIan Lance Taylor
2023-04-18debug/elf: support zstd compressionIan Lance Taylor
2023-04-11all: add wasip1 supportJohan Brandhorst-Satzkorn
2023-04-11all: re-run stringerIan Lance Taylor
2023-04-11debug/elf: avoid decompress of section twiceMeng Zhuo
2023-04-04all: fix misuses of "a" vs "an"cui fliter
2023-03-18debug/dwarf: return ErrUnknownPC rather than nil on unknown PCJoel Sing
2023-03-08debug/buildinfo: recognize macOS fat binary in go versionNikola Jokic
2023-03-07debug/elf: retrieve values for dynamic section tagsFlorin Papa
2023-03-06debug/buildinfo: use saferio in ReadData methodsIan Lance Taylor
2023-02-28debug/macho: use saferio to read dynamic indirect symbolsIan Lance Taylor
2023-02-22debug/macho: don't crash if dynamic symtab with no symtabIan Lance Taylor
2023-02-21debug/macho: use saferio to read symbol table stringsIan Lance Taylor
2023-02-03debug/elf: add DT_FLAGS_1 constantsFlorin Papa
2023-01-20all: fix typos in go file commentsMarcel Meyer
2022-12-12debug/buildinfo: check pointer size on buildinfo.ReadNikola Jokic
2022-11-05all: fix comment typosDan Kortschak
2022-11-04all: fix function names in commentscui fliter
2022-10-26debug/elf: guard access to File.gnuVersymZeke Lu
2022-10-25debug/elf: use saferio.SliceCap when decoding ELF sectionsZeke Lu
2022-10-14debug/elf: fix inccorrect value in COMPRESS_ZLIB string nameFlorian Zenker
2022-10-13debug: add top level security docs for dwarf, elf, macho, pe, and plan9objRoland Shoemaker
2022-10-12debug/elf: validate phentsize and shentsizeIan Lance Taylor
2022-10-06debug/buildinfo: correct a typo in calculating next align indexZeke Lu
2022-10-01debug/dwarf: don't crash on negative range/rnglist offsetIan Lance Taylor
2022-09-29debug/elf: fix typo in R_PPC64_TPREL34 and R_PPC64_DTPREL34Paul E. Murphy
2022-09-27debug/elf: return error on reading from SHT_NOBITS sectionsZeke Lu
2022-09-27debug/elf: suport files with >= 65280 (0xff00) sectionsZeke Lu
2022-09-27debug/dwarf: don't crash on invalid range/rnglist offsetIan Lance Taylor
2022-09-25encoding/gob: use saferio.SliceCap when decoding a sliceIan Lance Taylor
2022-09-19debug/elf: validate shstrndxZeke Lu