Difference between revisions of "Typelib"
Line 14: | Line 14: | ||
===Description=== | ===Description=== | ||
Detects COM type libraries. | Detects COM type libraries. | ||
+ | |||
# The first parameter has to be the name of the type library. | # The first parameter has to be the name of the type library. | ||
# The second, optional, parameter allows you to specify [[Advanced build parameters|advanced build parameters]]. | # The second, optional, parameter allows you to specify [[Advanced build parameters|advanced build parameters]]. | ||
+ | |||
+ | Unless you're looking at random GUIDs, it is recommended that you use [[RegyKey]], possible along with [[Advanced registry parameters|advanced registry parameters]] to do the name check. | ||
+ | |||
+ | ===Scan Results=== | ||
+ | * The identified type library registry keys. | ||
==See also== | ==See also== | ||
Line 23: | Line 29: | ||
* [[CLSID]] | * [[CLSID]] | ||
* [[Interface]] | * [[Interface]] | ||
+ | * [[RegyKey]] | ||
* [[RootClass]] | * [[RootClass]] | ||
[[Category:SBI Commands]] | [[Category:SBI Commands]] | ||
− |
Revision as of 13:13, 18 February 2008
Searches the registry for a typelib with the given name.
Usage
Typelib:[name of typelib],<advanced build parameters>
Examples
Typelib:"bdeplay 1.0 Type Library"
This will detect the following registry key:
[HKEY_CLASSES_ROOT\TypeLib\{51958166-D5E3-11D1-AA42-0000E842E40A}] [HKEY_CLASSES_ROOT\TypeLib\{51958166-D5E3-11D1-AA42-0000E842E40A}\1.0] @="bdeplay 1.0 Type Library"
Description
Detects COM type libraries.
- The first parameter has to be the name of the type library.
- The second, optional, parameter allows you to specify advanced build parameters.
Unless you're looking at random GUIDs, it is recommended that you use RegyKey, possible along with advanced registry parameters to do the name check.
Scan Results
- The identified type library registry keys.