aboutsummaryrefslogtreecommitdiff
path: root/src/debug/pe
AgeCommit message (Expand)Author
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
2017-05-02cmd/internal/obj: fix LSym.Type during compilation, not linkingJosh Bleecher Snyder
2017-03-30debug/pe: add TestBuildingWindowsGUIAlex Brainman
2017-03-01cmd/link: write dwarf sectionsAlex Brainman
2017-02-16debug/pe: add test to check dwarf infoAlex Brainman
2016-11-17debug/pe: do not create symbol table if FileHeader.PointerToSymbolTable is 0Alex Brainman
2016-11-04all: make copyright headers consistent with one space after periodMichael Munday
2016-10-17cmd/dist: use debug/pe directly for cmd/linkRuss Cox
2016-08-30all: use testing.GoToolPath instead of "go"Keith Randall
2016-08-18debug/pe: revert CL 22720Alex Brainman
2016-06-19debug/pe: handle files with no string tableAlex 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: update cstring documentationAlex 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