News:

Masm32 SDK description, downloads and other helpful links
Message to All Guests

Main Menu

PE_VIEWER 2048 BYTES

Started by xiahan, June 18, 2012, 02:34:08 AM

Previous topic - Next topic

xiahan

back to June 8, i ask people for the PE_COFF specification,till now, it's already 10 days
i just have made a simple PE viewer, which read a exe file,and format them into a
txt file
the output txt file is like this
00000490  40 00 F6 05 2A AF 40 00 04 75 18 41 BA 7F A9 40
000004A0  00 F6 05 2A AF 40 00 02 75 09 83 3D 08 90 40 00
000004B0  01 76 14 6A 00 68 34 90 40 00 51 52 FF 35 3C 90

later, i am going to do some parsing on these origin data to extract useful info

P.S
TEST_FILE_NAME DB 'C:\TEST.EXE',0
      TEMP_FILE DB 'C:\HEX.TXT',0

so you should rename the target file to 'test.exe',and the output txt file is resides in 'c:\hex.txt', a little more, the program need to be run under console

qWord

MREAL macros - when you need floating point arithmetic while assembling!


dedndave