aboutsummaryrefslogtreecommitdiff
path: root/src/debug/pe
AgeCommit message (Expand)Author
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
2014-10-20debug/pe: remove use of unsafeRuss Cox
2014-09-08build: move package sources from src/pkg to srcRuss Cox