Difference between revisions of "Typelib"
m (→Usage: fixed var names) |
|||
(4 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | Searches the registry for a typelib with the given name. | + | {{SbiCmdInfo |
+ | |SYNTAX = Typelib | ||
+ | |PENAME = SpybotSD.exe | ||
+ | |PEVERSION = 1.3 or later | ||
+ | |GROUP = Registry | ||
+ | |MINUPDATE = n/a | ||
+ | |ADVFILEPARAMS = no | ||
+ | |ADVREGPARAMS = no | ||
+ | |ADVBUILDPARAMS = yes (second) | ||
+ | |ADVSPECIALPARAMS = no | ||
+ | }}Searches the registry for a typelib with the given name. | ||
==Usage== | ==Usage== | ||
− | Typelib:[ | + | Typelib:<name(string)>[,advanced build parameters] |
===Examples=== | ===Examples=== | ||
− | Typelib:" | + | Typelib:"MyMalware 1.0 Type Library" |
This will detect the following registry key: | This will detect the following registry key: | ||
− | [HKEY_CLASSES_ROOT\TypeLib\{ | + | [HKEY_CLASSES_ROOT\TypeLib\{77777777-4321-1234-AAAA-0000BBBBBBBB}] |
− | [HKEY_CLASSES_ROOT\TypeLib\{ | + | [HKEY_CLASSES_ROOT\TypeLib\{77777777-4321-1234-AAAA-0000BBBBBBBB}\1.0] |
− | @=" | + | @="MyMalware 1.0 Type Library" |
===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 39: | ||
* [[CLSID]] | * [[CLSID]] | ||
* [[Interface]] | * [[Interface]] | ||
+ | * [[RegyKey]] | ||
* [[RootClass]] | * [[RootClass]] | ||
[[Category:SBI Commands]] | [[Category:SBI Commands]] | ||
− |
Latest revision as of 16:44, 22 February 2008
Typelib | |
Group | Registry |
Main Application | Version 1.3 or later |
Required Update | n/a |
File Parameters | no |
Registry Parameters | no |
Build Parameters | yes (second) |
Special Parameters | no |
Searches the registry for a typelib with the given name.
Usage
Typelib:<name(string)>[,advanced build parameters]
Examples
Typelib:"MyMalware 1.0 Type Library"
This will detect the following registry key:
[HKEY_CLASSES_ROOT\TypeLib\{77777777-4321-1234-AAAA-0000BBBBBBBB}] [HKEY_CLASSES_ROOT\TypeLib\{77777777-4321-1234-AAAA-0000BBBBBBBB}\1.0] @="MyMalware 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.