aboutsummaryrefslogtreecommitdiff
path: root/src/debug/pe/string.go
AgeCommit message (Expand)Author
2023-09-07all: use io.{SeekStart, SeekCurrent, SeekEnd}Jes Cok
2022-08-11internal/saferio: new package to avoid OOMIan Lance Taylor
2022-04-15debug/pe: read string table in 10M chunksIan Lance Taylor
2018-03-07debug/pe: use bytes.IndexByte instead of a loopTobias Klauser
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-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-21debug/pe: update cstring documentationAlex Brainman
2016-04-20debug/pe: introduce StringTable typeAlex Brainman