summaryrefslogtreecommitdiff
path: root/src/debug/pe
Commit message (Expand)AuthorAgeFilesLines
* debug/pe: do not create symbol table if FileHeader.PointerToSymbolTable is 0Alex Brainman2016-11-171-0/+3
* all: make copyright headers consistent with one space after periodMichael Munday2016-11-041-1/+1
* cmd/dist: use debug/pe directly for cmd/linkRuss Cox2016-10-174-5/+8
* all: use testing.GoToolPath instead of "go"Keith Randall2016-08-301-1/+1
* debug/pe: revert CL 22720Alex Brainman2016-08-184-22/+22
* debug/pe: handle files with no string tableAlex Brainman2016-06-193-0/+38
* debug/pe: unexport newly introduced identifiersAlex Brainman2016-05-054-22/+22
* debug/pe: .bss section must contain only zerosAlex Brainman2016-04-292-1/+89
* debug/pe: better error messagesAlex Brainman2016-04-251-4/+7
* debug/pe: introduce File.COFFSymbols and (*COFFSymbol).FullNameAlex Brainman2016-04-243-43/+83
* debug/pe: introduce Section.RelocsAlex Brainman2016-04-212-0/+35
* debug/pe: update cstring documentationAlex Brainman2016-04-211-3/+2
* debug/pe: pretty section.go codeAlex Brainman2016-04-212-10/+27
* debug/pe: move some code into section.go and symbol.goAlex Brainman2016-04-204-71/+85
* debug/pe: introduce StringTable typeAlex Brainman2016-04-202-7/+73
* debug/pe: add some documentation and TODOAlex Brainman2016-04-201-25/+27
* all: use new io.SeekFoo constants instead of os.SEEK_FOOBrad Fitzpatrick2016-04-131-4/+4
* debug/dwarf: add Reader.SeekPC and Data.RangesIan Lance Taylor2016-03-221-3/+3
* all: make copyright headers consistent with one space after periodBrad Fitzpatrick2016-03-013-3/+3
* debug/pe: truncate pe sections to their size in memoryAlex Brainman2015-07-102-25/+94
* debug/macho, debug/pe: load DWARF line section and pass to dwarf.NewAustin Clements2015-03-101-5/+5
* debug/pe: use appropriate type for sizeofOptionalHeader32Alex Brainman2014-10-211-3/+3
* debug/pe: remove use of unsafeRuss Cox2014-10-201-3/+7
* build: move package sources from src/pkg to srcRuss Cox2014-09-088-0/+775