1.(for %i in (dir /s /b c:\windows\system32\*.dll) do dumpbin -exports %i) >out.txt
前200行:
G:\Users\Administrator\Desktop>dumpbin -exports dir
Microsoft (R) COFF Binary File Dumper Version 6.00.8168
Copyright (C) Microsoft Corp 1992-1998. All rights reserved.
Dump of file dir
DUMPBIN : fatal error LNK1181: cannot open input file "dir"
G:\Users\Administrator\Desktop>dumpbin -exports /s
Microsoft (R) COFF Binary File Dumper Version 6.00.8168
Copyright (C) Microsoft Corp 1992-1998. All rights reserved.
DUMPBIN : warning LNK4044: unrecognized option "s"; ignored
Summary
G:\Users\Administrator\Desktop>dumpbin -exports /b
Microsoft (R) COFF Binary File Dumper Version 6.00.8168
Copyright (C) Microsoft Corp 1992-1998. All rights reserved.
DUMPBIN : warning LNK4044: unrecognized option "b"; ignored
Summary
G:\Users\Administrator\Desktop>dumpbin -exports c:\windows\system32\6to4svc.dll
Microsoft (R) COFF Binary File Dumper Version 6.00.8168
Copyright (C) Microsoft Corp 1992-1998. All rights reserved.
Dump of file c:\windows\system32\6to4svc.dll
File Type: DLL
Section contains the following exports for 6to4Svc.dll
0 characteristics
4B73DA0D time date stamp Thu Feb 11 18:21:01 2010
0.00 version
1 ordinal base
1 number of functions
1 number of names
ordinal hint RVA name
1 0 00015150 ServiceMain
Summary
3000 .data
2000 .reloc
1000 .rsrc
16000 .text
G:\Users\Administrator\Desktop>dumpbin -exports c:\windows\system32\aaaamon.dll
Microsoft (R) COFF Binary File Dumper Version 6.00.8168
Copyright (C) Microsoft Corp 1992-1998. All rights reserved.
Dump of file c:\windows\system32\aaaamon.dll
File Type: DLL
Section contains the following exports for AAAAMON.dll
0 characteristics
3B7D796D time date stamp Sat Aug 18 04:07:09 2001
0.00 version
1 ordinal base
1 number of functions
1 number of names
ordinal hint RVA name
1 0 00001B42 InitHelperDll
Summary
1000 .data
1000 .reloc
3000 .rsrc
4000 .text
G:\Users\Administrator\Desktop>dumpbin -exports c:\windows\system32\aaclient.dll
Microsoft (R) COFF Binary File Dumper Version 6.00.8168
Copyright (C) Microsoft Corp 1992-1998. All rights reserved.
Dump of file c:\windows\system32\aaclient.dll
File Type: DLL
Section contains the following exports for aaclient.dll
0 characteristics
47917FE8 time date stamp Sat Jan 19 12:43:20 2008
0.00 version
1 ordinal base
6 number of functions
4 number of names
ordinal hint RVA name
1 0 0000BA85 LoadClientAdapter
5 1 0000DEFD OpenKeyReader
6 2 0000DF0D OpenKeyReaderWriter
4 3 0001F7F4 g_fnStartTransport
Summary
2000 .data
3000 .reloc
1000 .rsrc
1E000 .text
G:\Users\Administrator\Desktop>dumpbin -exports c:\windows\system32\acctres.dll
Microsoft (R) COFF Binary File Dumper Version 6.00.8168
Copyright (C) Microsoft Corp 1992-1998. All rights reserved.
Dump of file c:\windows\system32\acctres.dll
File Type: DLL
Summary
1000 .reloc
10000 .rsrc
G:\Users\Administrator\Desktop>dumpbin -exports c:\windows\system32\acledit.dll
Microsoft (R) COFF Binary File Dumper Version 6.00.8168
Copyright (C) Microsoft Corp 1992-1998. All rights reserved.
Dump of file c:\windows\system32\acledit.dll
File Type: DLL
Section contains the following exports for ACLEDIT.dll
0 characteristics
3B7D7CDE time date stamp Sat Aug 18 04:21:50 2001
0.00 version
1 ordinal base
8 number of functions
8 number of names
ordinal hint RVA name
4 0 00004BC6 DllMain
1 1 0000323A EditAuditInfo
2 2 00004010 EditOwnerInfo
3 3 00003248 EditPermissionInfo
5 4 00004ED6 FMExtensionProcW
6 5 0000590A SedDiscretionaryAclEditor
7 6 0000593F SedSystemAclEditor
8 7 0000532C SedTakeOwnership
Summary
1000 .data
1000 .reloc
C000 .rsrc
13000 .text
G:\Users\Administrator\Desktop>dumpbin -exports c:\windows\system32\aclui.dll
Microsoft (R) COFF Binary File Dumper Version 6.00.8168
Copyright (C) Microsoft Corp 1992-1998. All rights reserved.
Dump of file c:\windows\system32\aclui.dll
File Type: DLL
Section contains the following exports for ACLUI.dll
0 characteristics
48023D0E time date stamp Mon Apr 14 01:04:14 2008
0.00 version
1 ordinal base
16 number of functions
3 number of names
ordinal hint RVA name
1 0 0000ACFD CreateSecurityPage
2 1 0000ADAE EditSecurity
16 2 0000132C IID_ISecurityInformation
Summary
1000 .data
2000 .reloc
5000 .rsrc
12000 .text
G:\Users\Administrator\Desktop>dumpbin -exports c:\windows\system32\activeds.dll
Microsoft (R) COFF Binary File Dumper Version 6.00.8168