aboutsummaryrefslogtreecommitdiff
path: root/src/debug/pe/file.go
AgeCommit message (Expand)Author
2022-02-03[release-branch.go1.16] debug/pe,debug/macho: add support for DWARF5 sectionsAlessandro Arzilli
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