*** Submitted as
http://code.google.com/p/go/source/detail?r=5a8c4552dd85 ***
debug/pe: support PE files which contain no symbol table (if
NumberOfSymbols is equal to 0 in the IMAGE_FILE_HEADER structure).
No longer assume that e_lfanew (in the IMAGE_DOS_HEADER strcuture) is
always one byte. It is now regarded as a 4 byte uint32.
Fixes issue 4177.
R=golang-dev, alex.brainman, dave, minux.ma
CC=golang-dev
http://codereview.appspot.com/6587048
Committer: Alex Brainman <[email protected]>
http://codereview.appspot.com/6587048/