Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(372)

Issue 6551045: code review 6551045: debug/pe: add symbol support (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
11 years, 7 months ago by jsing
Modified:
11 years, 6 months ago
Reviewers:
r, brainman
CC:
golang-dev
Visibility:
Public.

Description

debug/pe: add symbol support Add support for processing the COFF symbol table.

Patch Set 1 #

Patch Set 2 : diff -r 979c5e5b1308 https://go.googlecode.com/hg/ #

Total comments: 1

Patch Set 3 : diff -r 90c9121e26c3 https://go.googlecode.com/hg/ #

Patch Set 4 : diff -r 90c9121e26c3 https://go.googlecode.com/hg/ #

Patch Set 5 : diff -r b4d17e91718d https://go.googlecode.com/hg/ #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+85 lines, -4 lines) Patch
M src/pkg/debug/pe/file.go View 1 2 3 chunks +45 lines, -3 lines 1 comment Download
M src/pkg/debug/pe/file_test.go View 1 2 4 chunks +29 lines, -1 line 0 comments Download
M src/pkg/debug/pe/pe.go View 1 1 chunk +11 lines, -0 lines 0 comments Download

Messages

Total messages: 6
brainman
LGTM Very nice. Thank you. Maybe add test: diff -r 6a46db330eb9 src/pkg/debug/pe/file_test.go --- a/src/pkg/debug/pe/file_test.go Fri ...
11 years, 7 months ago (2012-09-21 04:52:01 UTC) #1
jsing
Hello alex.brainman@gmail.com (cc: golang-dev@googlegroups.com), I'd like you to review this change to https://go.googlecode.com/hg/
11 years, 6 months ago (2012-09-21 17:27:32 UTC) #2
jsing
On 2012/09/21 04:52:01, brainman wrote: > LGTM > > Very nice. Thank you. Maybe add ...
11 years, 6 months ago (2012-09-21 17:30:28 UTC) #3
jsing
*** Submitted as http://code.google.com/p/go/source/detail?r=f56656ba8aac *** debug/pe: add symbol support Add support for processing the COFF ...
11 years, 6 months ago (2012-09-22 07:57:33 UTC) #4
r
http://codereview.appspot.com/6551045/diff/3003/src/pkg/debug/pe/file.go File src/pkg/debug/pe/file.go (right): http://codereview.appspot.com/6551045/diff/3003/src/pkg/debug/pe/file.go#newcode176 src/pkg/debug/pe/file.go:176: si := int(binary.LittleEndian.Uint32(cs.Name[4:])) is PE defined to be little-endian?
11 years, 6 months ago (2012-09-22 08:12:15 UTC) #5
brainman
11 years, 6 months ago (2012-09-22 08:34:38 UTC) #6
On 2012/09/22 08:12:15, r wrote:
> is PE defined to be little-endian?

Yes. For example, look for Endian on http://www.thehackerslibrary.com/?p=377.

Alex
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b