Difference between revisions of "RootClass"

From SpybotWiki
Jump to: navigation, search
Line 12: Line 12:
  
 
# The first parameter has to be the name of the class, as found as a subkey of HKEY_CLASSES_ROOT\.
 
# The first parameter has to be the name of the class, as found as a subkey of HKEY_CLASSES_ROOT\.
# She second one may optionally contain [[Advanced build parameters|advanced build parameters]].
+
# Se second one may optionally contain [[Advanced build parameters|advanced build parameters]].
 +
 
 +
===Scan Results===
 +
* The root class itself.
 +
* Associated CLSIDs (class GUIDs).
 +
* Associated type libraries.
 +
* Associated browser helper objects.
  
 
==See also==
 
==See also==
Line 18: Line 24:
  
 
===Similar commands===
 
===Similar commands===
 +
* [[BrowserHelper]]
 +
* [[BrowserHelperEx]]
 
* [[CLSID]]  
 
* [[CLSID]]  
 
* [[Interface]]
 
* [[Interface]]
Line 24: Line 32:
  
 
[[Category:SBI Commands]]
 
[[Category:SBI Commands]]
[[Category:SBI Commands (current)]]
 

Revision as of 12:37, 18 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, so it's the tool of choice when the GUIDs of those are random, but the class name is fixed.

  1. The first parameter has to be the name of the class, as found as a subkey of HKEY_CLASSES_ROOT\.
  2. Se second one may optionally contain advanced build parameters.

Scan Results

  • The root class itself.
  • Associated CLSIDs (class GUIDs).
  • Associated type libraries.
  • Associated browser helper objects.

See also

Similar commands