index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
debug
/
pe
/
file_test.go
Age
Commit message (
Expand
)
Author
2025-10-24
debug/pe: check for zdebug_gdb_scripts section in testDWARF
Cherry Mui
2023-05-01
debug/pe: return error on reading from section with uninitialized data
Ian Lance Taylor
2021-12-13
all: gofmt -w -r 'interface{} -> any' src
Russ Cox
2021-04-12
debug/pe: replace os.MkdirTemp with T.TempDir
Manlio Perillo
2020-12-09
all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTemp
Russ Cox
2020-04-19
debug/pe: improve testpoint error message
Than McIntosh
2020-03-10
debug/pe: copy some consts from cmd/link/internal/ld
Alex Brainman
2019-09-08
all: fix typos
Ainar Garipov
2019-08-29
debug/pe: enable parsing of variable length optional header in PE file
Prashant Agrawal
2019-02-27
debug/pe: prevent slice out of bounds access in (*File).ImportedSymbols
Tobias Klauser
2019-02-27
debug/pe: omit panic in (*File).ImportedSymbols on empty optional headers
Tobias Klauser
2018-11-29
debug/pe: use ws2_32.dll in TestImportTableInUnknownSection
Alex Brainman
2018-11-27
debug/pe: correct TestImportTableInUnknownSection error message
Alex Brainman
2018-11-24
debug/pe: use kernel32.dll in TestImportTableInUnknownSection
Alex Brainman
2018-10-05
debug/pe: fix TestDWARF to work with relocations
Jordan Rhee
2018-10-04
debug/pe: skip a test on windows/arm
Brad Fitzpatrick
2018-05-19
debug/pe: parse the import directory correctly
Ali Rizvi-Santiago
2017-05-15
cmd/link: actually generate .debug_gdb_scripts section on windows
Alex Brainman
2017-05-02
cmd/internal/obj: fix LSym.Type during compilation, not linking
Josh Bleecher Snyder
2017-03-30
debug/pe: add TestBuildingWindowsGUI
Alex Brainman
2017-02-16
debug/pe: add test to check dwarf info
Alex Brainman
2016-08-30
all: use testing.GoToolPath instead of "go"
Keith Randall
2016-06-19
debug/pe: handle files with no string table
Alex Brainman
2016-04-29
debug/pe: .bss section must contain only zeros
Alex Brainman
2016-03-01
all: make copyright headers consistent with one space after period
Brad Fitzpatrick
2015-07-10
debug/pe: truncate pe sections to their size in memory
Alex Brainman
2014-09-08
build: move package sources from src/pkg to src
Russ Cox