]> Cypherpunks repositories - gostls13.git/commit
debug/pe: introduce StringTable type
authorAlex Brainman <alex.brainman@gmail.com>
Mon, 18 Apr 2016 06:12:48 +0000 (16:12 +1000)
committerAlex Brainman <alex.brainman@gmail.com>
Wed, 20 Apr 2016 02:01:36 +0000 (02:01 +0000)
commitd697a9d5d7d75cecd8d49b95ed9a0d1f2f3e8ed4
treece5001fcfeef7924800cb1bf691d0e96207c8fed
parent5183ad696c708ab5fc65006413019b1ef96aa91b
debug/pe: introduce StringTable type

PE specification requires that long section and symbol names
are stored in PE string table. Introduce StringTable that
implements this functionality. Only string table reading is
implemented.

Updates #15345

Change-Id: Ib9638617f2ab1881ad707111d96fc68b0e47340e
Reviewed-on: https://go-review.googlesource.com/22181
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Alex Brainman <alex.brainman@gmail.com>
src/debug/pe/file.go
src/debug/pe/string.go [new file with mode: 0644]