summaryrefslogtreecommitdiff
path: root/src/debug
Commit message (Expand)AuthorAgeFilesLines
* debug/pe: return error on reading from section with uninitialized dataIan Lance Taylor2023-05-013-20/+17
* debug/elf: support zstd compressionIan Lance Taylor2023-04-186-3/+67
* all: add wasip1 supportJohan Brandhorst-Satzkorn2023-04-111-1/+1
* all: re-run stringerIan Lance Taylor2023-04-112-2/+65
* debug/elf: avoid decompress of section twiceMeng Zhuo2023-04-112-49/+83
* all: fix misuses of "a" vs "an"cui fliter2023-04-041-2/+2
* debug/dwarf: return ErrUnknownPC rather than nil on unknown PCJoel Sing2023-03-181-1/+4
* debug/buildinfo: recognize macOS fat binary in go versionNikola Jokic2023-03-081-1/+6
* debug/elf: retrieve values for dynamic section tagsFlorin Papa2023-03-072-0/+52
* debug/buildinfo: use saferio in ReadData methodsIan Lance Taylor2023-03-061-30/+6
* debug/macho: use saferio to read dynamic indirect symbolsIan Lance Taylor2023-02-281-2/+2
* debug/macho: don't crash if dynamic symtab with no symtabIan Lance Taylor2023-02-221-1/+3
* debug/macho: use saferio to read symbol table stringsIan Lance Taylor2023-02-211-2/+2
* debug/elf: add DT_FLAGS_1 constantsFlorin Papa2023-02-032-0/+119
* all: fix typos in go file commentsMarcel Meyer2023-01-201-1/+1
* debug/buildinfo: check pointer size on buildinfo.ReadNikola Jokic2022-12-122-1/+15
* all: fix comment typosDan Kortschak2022-11-051-1/+1
* all: fix function names in commentscui fliter2022-11-041-1/+1
* debug/elf: guard access to File.gnuVersymZeke Lu2022-10-261-2/+6
* debug/elf: use saferio.SliceCap when decoding ELF sectionsZeke Lu2022-10-251-5/+9
* debug/elf: fix inccorrect value in COMPRESS_ZLIB string nameFlorian Zenker2022-10-142-1/+2
* debug: add top level security docs for dwarf, elf, macho, pe, and plan9objRoland Shoemaker2022-10-135-7/+57
* debug/elf: validate phentsize and shentsizeIan Lance Taylor2022-10-121-0/+17
* debug/buildinfo: correct a typo in calculating next align indexZeke Lu2022-10-062-1/+71
* debug/dwarf: don't crash on negative range/rnglist offsetIan Lance Taylor2022-10-011-2/+2
* debug/elf: fix typo in R_PPC64_TPREL34 and R_PPC64_DTPREL34Paul E. Murphy2022-09-291-4/+4
* debug/elf: return error on reading from SHT_NOBITS sectionsZeke Lu2022-09-273-29/+33
* debug/elf: suport files with >= 65280 (0xff00) sectionsZeke Lu2022-09-272-7/+299
* debug/dwarf: don't crash on invalid range/rnglist offsetIan Lance Taylor2022-09-271-0/+7
* encoding/gob: use saferio.SliceCap when decoding a sliceIan Lance Taylor2022-09-253-4/+4
* debug/elf: validate shstrndxZeke Lu2022-09-191-1/+10
* debug/pe: be careful to avoid potential uint32 overflowDan Kortschak2022-09-181-1/+4
* debug/elf: define additional PPC64 ELFv2 relocationsPaul E. Murphy2022-09-081-0/+108
* debug/gosym: rename nameoff to nameOff to match runtimeMichael Pratt2022-09-071-2/+2
* debug/buildinfo: remove redundant type conversionSasha Melentyev2022-09-061-3/+3
* debug: use strings.Buildercuiweixie2022-09-061-4/+4
* debug/macho: use saferio to allocate load command sliceTobias Klauser2022-09-021-2/+2
* debug/macho: use saferio to allocate Load and Symbol slicesDan Kortschak2022-08-291-21/+36
* debug/elf: validate offset and file size rangesDan Kortschak2022-08-291-0/+6
* debug/pe: check size in uint64 to avoid overflowDavid Chase2022-08-291-2/+2
* debug/elf: fix reloc number of R_PPC64_SECTOFF_LO_DSPaul E. Murphy2022-08-271-2/+2
* debug/macho: use saferio to read segment and section dataDan Kortschak2022-08-261-12/+3
* debug/plan9obj: don't crash on EOF before symbol typeIan Lance Taylor2022-08-231-0/+3
* debug/macho: don't use narch for seenArches map sizeIan Lance Taylor2022-08-231-1/+1
* debug/buildinfo: add regression tests for different buildmodesqmuntal2022-08-221-30/+52
* debug/pe: fetch section size directly in (*Section).DataIan Lance Taylor2022-08-191-1/+1
* debug/plan9obj: use saferio to read section dataIan Lance Taylor2022-08-191-6/+2
* debug/pe: use saferio to set symbol slice capacityIan Lance Taylor2022-08-181-5/+13
* debug/buildinfo: implement for Plan 9 a.outOri Bernstein2022-08-181-1/+50
* debug/macho, internal/saferio: limit slice allocationIan Lance Taylor2022-08-171-2/+9