. .
Import Address Table
DLL : mscoree.dll
0x00002000 Import Address Table
0x000037ee Import Name Table
0 Time Date Stamp
. . .
Delay Load Import Address Table
// No data.
Entry point code:
FF 25 00 20 40 00
----- CLR Header:
Header size: 0x00000048
Major runtime version: 0x0002
Minor runtime version: 0x0005
0x0000239c [0x0000140c] address [size] of Metadata Directory:
Flags: 0x00000001
Entry point token: 0x06000012
0x000022e3 [0x000000b8] address [size] of Resources Directory:
. . .
Metadata Header
Storage Signature:
0x424a5342 Signature
0x0001 Major Version
. . .
0x00000f0909a21557 MaskValid
0x000016003301fa00 Sorted
Export Address Table Jumps:
// No data.
The MANIFEST line lists all the modules associated with the assembly as well as any external
modules that the assembly references. You can see the assembly manifest in IL DASM by
double-clicking on the MANIFEST line. The first thing you??™ll see is references to all the external
assemblies that are required by the program. The Microsoft Core Library (mscorlib) assembly
contains core managed types that must be included in every project. Microsoft.VisualBasic
provides VB programmers with many constants and methods unique to VB, such as the UCase
method, and constants such as vbCrLf.
Pages:
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174