aboutsummaryrefslogtreecommitdiff
path: root/src/debug/pe/file_test.go
AgeCommit message (Expand)Author
2025-10-24debug/pe: check for zdebug_gdb_scripts section in testDWARFCherry Mui
2023-05-01debug/pe: return error on reading from section with uninitialized dataIan Lance Taylor
2021-12-13all: gofmt -w -r 'interface{} -> any' srcRuss Cox
2021-04-12debug/pe: replace os.MkdirTemp with T.TempDirManlio Perillo
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-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-05-19debug/pe: parse the import directory correctlyAli Rizvi-Santiago
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-02-16debug/pe: add test to check dwarf infoAlex Brainman
2016-08-30all: use testing.GoToolPath instead of "go"Keith Randall
2016-06-19debug/pe: handle files with no string tableAlex Brainman
2016-04-29debug/pe: .bss section must contain only zerosAlex Brainman
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
2014-09-08build: move package sources from src/pkg to srcRuss Cox