summaryrefslogtreecommitdiff
path: root/src/debug/pe
Commit message (Expand)AuthorAgeFilesLines
* debug/pe: return error on reading from section with uninitialized dataIan Lance Taylor2023-05-013-20/+17
* all: fix misuses of "a" vs "an"cui fliter2023-04-041-2/+2
* all: fix typos in go file commentsMarcel Meyer2023-01-201-1/+1
* debug: add top level security docs for dwarf, elf, macho, pe, and plan9objRoland Shoemaker2022-10-131-1/+11
* encoding/gob: use saferio.SliceCap when decoding a sliceIan Lance Taylor2022-09-251-1/+1
* debug/pe: be careful to avoid potential uint32 overflowDan Kortschak2022-09-181-1/+4
* debug/pe: check size in uint64 to avoid overflowDavid Chase2022-08-291-2/+2
* debug/pe: fetch section size directly in (*Section).DataIan Lance Taylor2022-08-191-1/+1
* debug/pe: use saferio to set symbol slice capacityIan Lance Taylor2022-08-181-5/+13
* debug/pe, internal/saferio: use saferio to read PE section dataIan Lance Taylor2022-08-171-6/+2
* internal/saferio: new package to avoid OOMIan Lance Taylor2022-08-111-22/+2
* debug/pe: add IMAGE_FILE_MACHINE_RISCV{32,64,128}Meng Zhuo2022-08-092-0/+6
* debug/pe: use correct pe64 test in ImportedSymbolsIan Lance Taylor2022-08-081-1/+1
* debug/pe: add IMAGE_FILE_MACHINE_LOONGARCH{64,32}Guoqi Chen2022-06-291-22/+24
* all: gofmt main repoRuss Cox2022-05-191-9/+9
* debug/pe: rework reading of aux symbols to fix endianity problemsThan McIntosh2022-05-062-11/+48
* debug/pe: fix off by one error in valid symbol index testThan McIntosh2022-04-251-2/+1
* debug/pe: read string table in 10M chunksIan Lance Taylor2022-04-151-2/+23
* debug/pe: skip TestReadCOFFSymbolAuxInfo on big-endian systemsThan McIntosh2022-03-311-0/+8
* debug/pe: add APIs for reading section def aux infoThan McIntosh2022-03-314-0/+162
* all: gofmt -w -r 'interface{} -> any' srcRuss Cox2021-12-132-5/+5
* debug/pe,debug/macho: add support for DWARF5 sectionsAlessandro Arzilli2021-11-161-3/+11
* all: remove more leftover // +build linesTobias Klauser2021-11-061-1/+0
* all: do not test internal linking on windows/arm64Russ Cox2021-04-231-0/+4
* debug/pe: replace os.MkdirTemp with T.TempDirManlio Perillo2021-04-121-17/+4
* all: go fmt std cmd (but revert vendor)Russ Cox2021-02-201-0/+1
* debug/pe: recognize arm64 executablesRuss Cox2021-02-191-5/+10
* all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTempRuss Cox2020-12-091-7/+6
* debug/pe: improve testpoint error messageThan McIntosh2020-04-191-1/+1
* debug/pe: copy some consts from cmd/link/internal/ldAlex Brainman2020-03-102-6/+57
* all: fix a bunch of misspellingsVille Skyttä2019-11-151-2/+2
* all: fix typosAinar Garipov2019-09-081-1/+1
* debug/pe: enable parsing of variable length optional header in PE filePrashant Agrawal2019-08-293-73/+301
* debug/pe: prevent slice out of bounds access in (*File).ImportedSymbolsTobias Klauser2019-02-272-1/+31
* debug/pe: omit panic in (*File).ImportedSymbols on empty optional headersTobias Klauser2019-02-272-0/+24
* debug/pe: use ws2_32.dll in TestImportTableInUnknownSectionAlex Brainman2018-11-291-2/+2
* debug/pe: correct TestImportTableInUnknownSection error messageAlex Brainman2018-11-271-2/+3
* debug/pe: use kernel32.dll in TestImportTableInUnknownSectionAlex Brainman2018-11-241-6/+3
* debug/pe: fix TestDWARF to work with relocationsJordan Rhee2018-10-051-6/+71
* debug/pe: skip a test on windows/armBrad Fitzpatrick2018-10-041-1/+5
* debug/pe: support windows/armJordan Rhee2018-08-202-1/+2
* debug/elf,macho,pe: support compressed DWARFHeschi Kreinick2018-06-191-13/+78
* debug/pe: add IMAGE_FILE_MACHINE_ARM64Brad Fitzpatrick2018-06-071-0/+1
* debug/pe: gofmtTobias Klauser2018-05-232-19/+18
* debug/pe: parse the import directory correctlyAli Rizvi-Santiago2018-05-193-3/+91
* debug/pe: use bytes.IndexByte instead of a loopTobias Klauser2018-03-071-2/+4
* cmd/link: actually generate .debug_gdb_scripts section on windowsAlex Brainman2017-05-151-0/+10
* cmd/internal/obj: fix LSym.Type during compilation, not linkingJosh Bleecher Snyder2017-05-021-1/+1
* debug/pe: add TestBuildingWindowsGUIAlex Brainman2017-03-301-0/+46
* cmd/link: write dwarf sectionsAlex Brainman2017-03-011-2/+0