Advertisement
Guest User

Untitled

a guest
Feb 14th, 2015
279
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. FILE HEADER VALUES
  2.              14C machine (i386)
  3.                2 number of sections
  4.                0 time date stamp Thu Jan 01 05:00:00 1970
  5.               99 file pointer to symbol table
  6.                4 number of symbols
  7.                0 size of optional header
  8.                0 characteristics
  9.  
  10. SECTION HEADER #1
  11.    .text name
  12.        0 physical address
  13.        0 virtual address
  14.        F size of raw data
  15.       64 file pointer to raw data
  16.       73 file pointer to relocation table
  17.        0 file pointer to line numbers
  18.        3 number of relocations
  19.        0 number of line numbers
  20. 60000020 flags
  21.          Code
  22.          (no align specified)
  23.          Execute Read
  24.  
  25. RAW DATA #1
  26.   00000000: E8 00 00 00 00 A3 00 00 00 00 A1 04 00 00 00     ΠΈ....Ј....Ў....
  27.  
  28. RELOCATIONS #1
  29.                                                 Symbol    Symbol
  30.  Offset    Type              Applied To         Index     Name
  31.  --------  ----------------  -----------------  --------  ------
  32.  00000001  REL32                      00000000         1  _GetProcessHeap@0
  33.  00000006  DIR32                      00000000         2  __smm_hHeap
  34.  0000000B  DIR32                      00000004         3  d1
  35.  
  36. SECTION HEADER #2
  37.    .data name
  38.        0 physical address
  39.        0 virtual address
  40.        8 size of raw data
  41.       91 file pointer to raw data
  42.        0 file pointer to relocation table
  43.        0 file pointer to line numbers
  44.        0 number of relocations
  45.        0 number of line numbers
  46. C0000040 flags
  47.          Initialized Data
  48.          (no align specified)
  49.          Read Write
  50.  
  51. RAW DATA #2
  52.   00000000: 00 00 00 00 01 00 00 00                          ........
  53.  
  54. COFF SYMBOL TABLE
  55. 000 00000000 SECT1  notype ()    External     | _entry
  56. 001 00000000 UNDEF  notype ()    External     | _GetProcessHeap@0
  57. 002 00000000 SECT2  notype       Static       | __smm_hHeap
  58. 003 00000000 SECT2  notype       Static       | d1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement