Difference between revisions of "CLSID"
Line 2: | Line 2: | ||
==Usage== | ==Usage== | ||
− | CLSID: | + | CLSID:<class name>[,[filename]] |
===Examples=== | ===Examples=== | ||
Line 13: | Line 13: | ||
===Description=== | ===Description=== | ||
Please do use [[RegyKey]] wherever the CLSID GUID itself is static; this command is reserved to identifying class IDs that are random and cn be identified only by their class name, or where you need to specify attributes of the associated file. | Please do use [[RegyKey]] wherever the CLSID GUID itself is static; this command is reserved to identifying class IDs that are random and cn be identified only by their class name, or where you need to specify attributes of the associated file. | ||
+ | |||
# The first mandatory parameter simply specified the exact name of the class. | # The first mandatory parameter simply specified the exact name of the class. | ||
− | # The second | + | # The second parameter can be a substring of the ''InprocServer32'' filename. After 1.5.2, this also supports [[AlgoPrefix|Algo-Prefixes]]. {{AlgoPrefix}} |
− | + | ||
+ | ===Scan Results=== | ||
+ | * The CLSID entry identified by the specified name. | ||
==See also== | ==See also== | ||
− | * | + | * [[AlgoPrefix]] |
− | |||
===Similar commands=== | ===Similar commands=== | ||
Line 28: | Line 30: | ||
[[Category:SBI Commands]] | [[Category:SBI Commands]] | ||
− | [[Category:SBI Commands | + | [[Category:SBI Commands supporting AlgoPrefix]] |
− |
Revision as of 10:19, 18 February 2008
Searches the registry for a class with the given name.
Usage
CLSID:<class name>[,[filename]]
Examples
CLSID:"Dummy Class"
This easy example would detect the following class:
[HKEY_CLASSES_ROOT\CLSID\{11223344-5566-7788-9900-AABBCCDDEEFF}] @="Dummy Class"
Description
Please do use RegyKey wherever the CLSID GUID itself is static; this command is reserved to identifying class IDs that are random and cn be identified only by their class name, or where you need to specify attributes of the associated file.
- The first mandatory parameter simply specified the exact name of the class.
- The second parameter can be a substring of the InprocServer32 filename. After 1.5.2, this also supports Algo-Prefixes. AP
Scan Results
- The CLSID entry identified by the specified name.