summaryrefslogtreecommitdiff
path: root/src/debug/pe
Commit message (Expand)AuthorAgeFilesLines
* all: go fmt std cmd (but revert vendor)Russ Cox2021-02-201-0/+1
* debug/pe: recognize arm64 executablesRuss Cox2021-02-191-5/+10
* all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTempRuss Cox2020-12-091-7/+6
* debug/pe: improve testpoint error messageThan McIntosh2020-04-191-1/+1
* debug/pe: copy some consts from cmd/link/internal/ldAlex Brainman2020-03-102-6/+57
* all: fix a bunch of misspellingsVille Skyttä2019-11-151-2/+2
* all: fix typosAinar Garipov2019-09-081-1/+1
* debug/pe: enable parsing of variable length optional header in PE filePrashant Agrawal2019-08-293-73/+301
* debug/pe: prevent slice out of bounds access in (*File).ImportedSymbolsTobias Klauser2019-02-272-1/+31
* debug/pe: omit panic in (*File).ImportedSymbols on empty optional headersTobias Klauser2019-02-272-0/+24
* debug/pe: use ws2_32.dll in TestImportTableInUnknownSectionAlex Brainman2018-11-291-2/+2
* debug/pe: correct TestImportTableInUnknownSection error messageAlex Brainman2018-11-271-2/+3
* debug/pe: use kernel32.dll in TestImportTableInUnknownSectionAlex Brainman2018-11-241-6/+3
* debug/pe: fix TestDWARF to work with relocationsJordan Rhee2018-10-051-6/+71
* debug/pe: skip a test on windows/armBrad Fitzpatrick2018-10-041-1/+5
* debug/pe: support windows/armJordan Rhee2018-08-202-1/+2
* debug/elf,macho,pe: support compressed DWARFHeschi Kreinick2018-06-191-13/+78
* debug/pe: add IMAGE_FILE_MACHINE_ARM64Brad Fitzpatrick2018-06-071-0/+1
* debug/pe: gofmtTobias Klauser2018-05-232-19/+18
* debug/pe: parse the import directory correctlyAli Rizvi-Santiago2018-05-193-3/+91
* debug/pe: use bytes.IndexByte instead of a loopTobias Klauser2018-03-071-2/+4
* cmd/link: actually generate .debug_gdb_scripts section on windowsAlex Brainman2017-05-151-0/+10
* cmd/internal/obj: fix LSym.Type during compilation, not linkingJosh Bleecher Snyder2017-05-021-1/+1
* debug/pe: add TestBuildingWindowsGUIAlex Brainman2017-03-301-0/+46
* cmd/link: write dwarf sectionsAlex Brainman2017-03-011-2/+0
* debug/pe: add test to check dwarf infoAlex Brainman2017-02-162-12/+106
* 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