RootClass

From SpybotWiki
Jump to: navigation, search
RootClass
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 for a typical Class declaration in the registry, including any following Class IDs.

Usage

RootClass:<classname(string)>[,advanced build parameters]

Examples

RootClass:"DummerHijackerSearch.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. The 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