前田稔(Maeda Minoru)の超初心者のプログラム入門
![]()
![]()
| ファイル名 | 説明 |
|---|---|
| dumpbin.exe | C:\Program Files (x86)\Microsoft Visual Studio 8\VC\bin\ からコピー |
| lib.exe | C:\Program Files (x86)\Microsoft Visual Studio 8\VC\bin\ からコピー |
| link.exe | C:\Program Files (x86)\Microsoft Visual Studio 8\VC\bin\ からコピー |
| mspdb80.dll | C:\Program Files (x86)\Microsoft Visual Studio 8\Common7\IDE\ からコピー |
| GcmLcm.dll | Win32 DLL Gcm,Lcm を参照して作成 |
| dumpbin /exports GcmLcm.dll > GcmLcm.txt |
Microsoft (R) COFF/PE Dumper Version 8.00.50727.762
Copyright (C) Microsoft Corporation. All rights reserved.
Dump of file gcmlcm.dll
File Type: DLL
Section contains the following exports for GcmLcm.dll
00000000 characteristics
4F9B22FB time date stamp Sat Apr 28 07:51:39 2012
0.00 version
1 ordinal base
2 number of functions
2 number of names
ordinal hint RVA name
1 0 00011104 gcm
2 1 000110FF lcm
Summary
1000 .data
1000 .idata
2000 .rdata
1000 .reloc
1000 .rsrc
4000 .text
10000 .textbss
|
EXPORTS
gcm
lcm
|
| lib /DEF:GcmLcm.def /MACHINE:X86 /out:GcmLcm.lib |
![]()