Posted to tcl by patthoyts at Sun Oct 12 00:08:28 GMT 2008view raw

  1. C:\Users\pat\Downloads\Eagle\bin\Debug\bin>dumpbin /headers EagleShell.exe
  2. Microsoft (R) COFF/PE Dumper Version 9.00.30729.01
  3. Copyright (C) Microsoft Corporation. All rights reserved.
  4.  
  5.  
  6. Dump of file EagleShell.exe
  7.  
  8. PE signature found
  9.  
  10. File Type: EXECUTABLE IMAGE
  11.  
  12. FILE HEADER VALUES
  13. 14C machine (x86)
  14. 3 number of sections
  15. 48F13F50 time date stamp Sun Oct 12 01:05:36 2008
  16. 0 file pointer to symbol table
  17. 0 number of symbols
  18. E0 size of optional header
  19. 102 characteristics
  20. Executable
  21. 32 bit word machine
  22.  
  23. OPTIONAL HEADER VALUES
  24. 10B magic # (PE32)
  25. 8.00 linker version
  26. 1800 size of code
  27. 47000 size of initialized data
  28. 0 size of uninitialized data
  29. 36EE entry point (613036EE)
  30. 2000 base of code
  31. 4000 base of data
  32. 61300000 image base (61300000 to 6134DFFF)
  33. 2000 section alignment
  34. 200 file alignment
  35. 4.00 operating system version
  36. 0.00 image version
  37. 4.00 subsystem version
  38. 0 Win32 version
  39. 4E000 size of image
  40. 200 size of headers
  41. A6F9 checksum
  42. 3 subsystem (Windows CUI)
  43. 8540 DLL characteristics
  44. Dynamic base
  45. NX compatible
  46. No structured exception handler
  47. Terminal Server Aware
  48. 1000000 size of stack reserve
  49. 1000 size of stack commit
  50. 100000 size of heap reserve
  51. 1000 size of heap commit
  52. 0 loader flags
  53. 10 number of directories
  54. 0 [ 0] RVA [size] of Export Directory
  55. 3698 [ 53] RVA [size] of Import Directory
  56. 4000 [ 46C88] RVA [size] of Resource Directory
  57. 0 [ 0] RVA [size] of Exception Directory
  58. 0 [ 0] RVA [size] of Certificates Directory
  59. 4C000 [ C] RVA [size] of Base Relocation Directory
  60. 3624 [ 1C] RVA [size] of Debug Directory
  61. 0 [ 0] RVA [size] of Architecture Directory
  62. 0 [ 0] RVA [size] of Global Pointer Directory
  63. 0 [ 0] RVA [size] of Thread Storage Directory
  64. 0 [ 0] RVA [size] of Load Configuration Directory
  65. 0 [ 0] RVA [size] of Bound Import Directory
  66. 2000 [ 8] RVA [size] of Import Address Table Directory
  67. 0 [ 0] RVA [size] of Delay Import Directory
  68. 2008 [ 48] RVA [size] of COM Descriptor Directory
  69. 0 [ 0] RVA [size] of Reserved Directory
  70.  
  71.  
  72. SECTION HEADER #1
  73. .text name
  74. 16F4 virtual size
  75. 2000 virtual address (61302000 to 613036F3)
  76. 1800 size of raw data
  77. 200 file pointer to raw data (00000200 to 000019FF)
  78. 0 file pointer to relocation table
  79. 0 file pointer to line numbers
  80. 0 number of relocations
  81. 0 number of line numbers
  82. 60000020 flags
  83. Code
  84. Execute Read
  85.  
  86. Debug Directories
  87.  
  88. Time Type Size RVA Pointer
  89. -------- ------ -------- -------- --------
  90. 48F13F50 cv 58 00003640 1840 Format: RSDS, {047D02B8-ED75-4
  91. 71A-A84A-0175E1AB51CC}, 1, C:\Users\pat\Downloads\Eagle\Shell\..\\obj\Debug\Eagl
  92. eShell.pdb
  93.  
  94. SECTION HEADER #2
  95. .rsrc name
  96. 46C88 virtual size
  97. 4000 virtual address (61304000 to 6134AC87)
  98. 46E00 size of raw data
  99. 1A00 file pointer to raw data (00001A00 to 000487FF)
  100. 0 file pointer to relocation table
  101. 0 file pointer to line numbers
  102. 0 number of relocations
  103. 0 number of line numbers
  104. 40000040 flags
  105. Initialized Data
  106. Read Only
  107.  
  108. SECTION HEADER #3
  109. .reloc name
  110. C virtual size
  111. 4C000 virtual address (6134C000 to 6134C00B)
  112. 200 size of raw data
  113. 48800 file pointer to raw data (00048800 to 000489FF)
  114. 0 file pointer to relocation table
  115. 0 file pointer to line numbers
  116. 0 number of relocations
  117. 0 number of line numbers
  118. 42000040 flags
  119. Initialized Data
  120. Discardable
  121. Read Only
  122.  
  123. Summary
  124.  
  125. 2000 .reloc
  126. 48000 .rsrc
  127. 2000 .text
  128.  
  129. C:\Users\pat\Downloads\Eagle\bin\Debug\bin>