aboutsummaryrefslogtreecommitdiff
path: root/src/debug/pe
AgeCommit message (Expand)Author
2023-10-18debug: add available godoc linkcui fliter
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-05-01debug/pe: return error on reading from section with uninitialized dataIan Lance Taylor
2023-04-04all: fix misuses of "a" vs "an"cui fliter
2023-01-20all: fix typos in go file commentsMarcel Meyer
2022-10-13debug: add top level security docs for dwarf, elf, macho, pe, and plan9objRoland Shoemaker
2022-09-25encoding/gob: use saferio.SliceCap when decoding a sliceIan Lance Taylor
2022-09-18debug/pe: be careful to avoid potential uint32 overflowDan Kortschak
2022-08-29debug/pe: check size in uint64 to avoid overflowDavid Chase
2022-08-19debug/pe: fetch section size directly in (*Section).DataIan Lance Taylor
2022-08-18debug/pe: use saferio to set symbol slice capacityIan Lance Taylor
2022-08-17debug/pe, internal/saferio: use saferio to read PE section dataIan Lance Taylor
2022-08-11internal/saferio: new package to avoid OOMIan Lance Taylor
2022-08-09debug/pe: add IMAGE_FILE_MACHINE_RISCV{32,64,128}Meng Zhuo
2022-08-08debug/pe: use correct pe64 test in ImportedSymbolsIan Lance Taylor
2022-06-29debug/pe: add IMAGE_FILE_MACHINE_LOONGARCH{64,32}Guoqi Chen
2022-05-19all: gofmt main repoRuss Cox
2022-05-06debug/pe: rework reading of aux symbols to fix endianity problemsThan McIntosh
2022-04-25debug/pe: fix off by one error in valid symbol index testThan McIntosh
2022-04-15debug/pe: read string table in 10M chunksIan Lance Taylor
2022-03-31debug/pe: skip TestReadCOFFSymbolAuxInfo on big-endian systemsThan McIntosh
2022-03-31debug/pe: add APIs for reading section def aux infoThan McIntosh
2021-12-13all: gofmt -w -r 'interface{} -> any' srcRuss Cox
2021-11-16debug/pe,debug/macho: add support for DWARF5 sectionsAlessandro Arzilli
2021-11-06all: remove more leftover // +build linesTobias Klauser
2021-04-23all: do not test internal linking on windows/arm64Russ Cox
2021-04-12debug/pe: replace os.MkdirTemp with T.TempDirManlio Perillo
2021-02-20all: go fmt std cmd (but revert vendor)Russ Cox
2021-02-19debug/pe: recognize arm64 executablesRuss Cox
2020-12-09all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTempRuss Cox
2020-04-19debug/pe: improve testpoint error messageThan McIntosh
2020-03-10debug/pe: copy some consts from cmd/link/internal/ldAlex Brainman
2019-11-15all: fix a bunch of misspellingsVille Skyttä
2019-09-08all: fix typosAinar Garipov
2019-08-29debug/pe: enable parsing of variable length optional header in PE filePrashant Agrawal
2019-02-27debug/pe: prevent slice out of bounds access in (*File).ImportedSymbolsTobias Klauser
2019-02-27debug/pe: omit panic in (*File).ImportedSymbols on empty optional headersTobias Klauser
2018-11-29debug/pe: use ws2_32.dll in TestImportTableInUnknownSectionAlex Brainman
2018-11-27debug/pe: correct TestImportTableInUnknownSection error messageAlex Brainman
2018-11-24debug/pe: use kernel32.dll in TestImportTableInUnknownSectionAlex Brainman
2018-10-05debug/pe: fix TestDWARF to work with relocationsJordan Rhee
2018-10-04debug/pe: skip a test on windows/armBrad Fitzpatrick
2018-08-20debug/pe: support windows/armJordan Rhee
2018-06-19debug/elf,macho,pe: support compressed DWARFHeschi Kreinick
2018-06-07debug/pe: add IMAGE_FILE_MACHINE_ARM64Brad Fitzpatrick
2018-05-23debug/pe: gofmtTobias Klauser
2018-05-19debug/pe: parse the import directory correctlyAli Rizvi-Santiago
2018-03-07debug/pe: use bytes.IndexByte instead of a loopTobias Klauser
2017-05-15cmd/link: actually generate .debug_gdb_scripts section on windowsAlex Brainman