RootClass: Difference between revisions
Jump to navigation
Jump to search
(New page: This command will also detect linked root classes (typically those ending with '.1', and all CLSIDs, Interfaces and Type Libraries linked to it. ==Usage== RootClass:[name of root class],...) |
No edit summary |
||
| Line 1: | Line 1: | ||
Searches for a typical Class declaration in the registry, including any following Class IDs. | |||
==Usage== | ==Usage== | ||
| Line 6: | Line 6: | ||
===Examples=== | ===Examples=== | ||
RootClass:"DummeHijackerSearch.BHO" | RootClass:"DummeHijackerSearch.BHO" | ||
RootClass:"JustARootClass" | |||
===Description=== | ===Description=== | ||
This command will also detect linked root classes (typically those ending with '.1', and all CLSIDs, Interfaces and Type Libraries linked to it. | |||
==See also== | ==See also== | ||
* [[CLSID]] | |||
* [[Interface]] | |||
* [[Typelib]] | |||
===Similar commands=== | ===Similar commands=== | ||
Revision as of 18:35, 16 February 2008
Searches for a typical Class declaration in the registry, including any following Class IDs.
Usage
RootClass:[name of root class],<advanced build parameters>
Examples
RootClass:"DummeHijackerSearch.BHO" RootClass:"JustARootClass"
Description
This command will also detect linked root classes (typically those ending with '.1', and all CLSIDs, Interfaces and Type Libraries linked to it.