aboutsummaryrefslogtreecommitdiff
path: root/src/debug/pe/file.go
AgeCommit message (Expand)Author
2025-12-22debug/pe: avoid panic in File.ImportedSymbolsAlex Brainman
2023-10-18debug: add available godoc linkcui fliter
2023-09-07all: use io.{SeekStart, SeekCurrent, SeekEnd}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
2022-10-13debug: add top level security docs for dwarf, elf, macho, pe, and plan9objRoland Shoemaker
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-09debug/pe: add IMAGE_FILE_MACHINE_RISCV{32,64,128}Meng Zhuo
2022-08-08debug/pe: use correct pe64 test in ImportedSymbolsIan Lance Taylor
2021-12-13all: gofmt -w -r 'interface{} -> any' srcRuss Cox
2021-11-16debug/pe,debug/macho: add support for DWARF5 sectionsAlessandro Arzilli
2021-02-19debug/pe: recognize arm64 executablesRuss Cox
2019-11-15all: fix a bunch of misspellingsVille Skyttä
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-08-20debug/pe: support windows/armJordan Rhee
2018-06-19debug/elf,macho,pe: support compressed DWARFHeschi Kreinick
2018-05-23debug/pe: gofmtTobias Klauser
2018-05-19debug/pe: parse the import directory correctlyAli Rizvi-Santiago
2016-10-17cmd/dist: use debug/pe directly for cmd/linkRuss Cox
2016-08-18debug/pe: revert CL 22720Alex Brainman
2016-05-05debug/pe: unexport newly introduced identifiersAlex Brainman
2016-04-29debug/pe: .bss section must contain only zerosAlex Brainman
2016-04-25debug/pe: better error messagesAlex Brainman
2016-04-24debug/pe: introduce File.COFFSymbols and (*COFFSymbol).FullNameAlex Brainman
2016-04-21debug/pe: introduce Section.RelocsAlex Brainman
2016-04-21debug/pe: pretty section.go codeAlex Brainman
2016-04-20debug/pe: move some code into section.go and symbol.goAlex Brainman
2016-04-20debug/pe: introduce StringTable typeAlex Brainman
2016-04-20debug/pe: add some documentation and TODOAlex Brainman
2016-04-13all: use new io.SeekFoo constants instead of os.SEEK_FOOBrad Fitzpatrick
2016-03-22debug/dwarf: add Reader.SeekPC and Data.RangesIan Lance Taylor
2016-03-01all: make copyright headers consistent with one space after periodBrad Fitzpatrick
2015-07-10debug/pe: truncate pe sections to their size in memoryAlex Brainman
2015-03-10debug/macho, debug/pe: load DWARF line section and pass to dwarf.NewAustin Clements
2014-10-21debug/pe: use appropriate type for sizeofOptionalHeader32Alex Brainman
2014-10-20debug/pe: remove use of unsafeRuss Cox
2014-09-08build: move package sources from src/pkg to srcRuss Cox