BrowserHelperEx: Difference between revisions
Jump to navigation
Jump to search
(New page: ==Usage== BrowserHelperEx:[name of bho or bho clsid],<advanced file parameters> ===Examples=== ===Description=== To use the advanced file parameters, you have to set the first param...) |
No edit summary |
||
| Line 1: | Line 1: | ||
The most common way spy- and adware links into Internet Explorer is creating a browser helper object. | |||
This is an advanced version of the [[BrowserHelper]] command. | |||
==Usage== | ==Usage== | ||
| Line 5: | Line 6: | ||
===Examples=== | ===Examples=== | ||
See [[BrowserHelper]]. | |||
===Description=== | ===Description=== | ||
While using [[RegyKey]] might be more fitting for just matching a browser helper object with a static name, you might encounter situations where a random name requires you to use the name of the associated class, or properties of the file the browser helper points to. | |||
# The first parameter can identify both the BHO name, or the name of the class associated with the BHO. | |||
# The second parameter, though optional, is highly recommended to refine the scan to be limited to BHO that point to a to be identified file, where the filename is gathered from the CLSID associated with the BHO. | |||
==See also== | ==See also== | ||
| Line 15: | Line 18: | ||
===Similar commands=== | ===Similar commands=== | ||
* [[BrowserHelper]] | * [[BrowserHelper]] | ||
* [[IEExtension]] | |||
* [[IELinks]] | |||
[[Category:SBI Commands]] | [[Category:SBI Commands]] | ||
[[Category:SBI Commands (current)]] | [[Category:SBI Commands (current)]] | ||
Revision as of 15:55, 17 February 2008
The most common way spy- and adware links into Internet Explorer is creating a browser helper object. This is an advanced version of the BrowserHelper command.
Usage
BrowserHelperEx:[name of bho or bho clsid],<advanced file parameters>
Examples
See BrowserHelper.
Description
While using RegyKey might be more fitting for just matching a browser helper object with a static name, you might encounter situations where a random name requires you to use the name of the associated class, or properties of the file the browser helper points to.
- The first parameter can identify both the BHO name, or the name of the class associated with the BHO.
- The second parameter, though optional, is highly recommended to refine the scan to be limited to BHO that point to a to be identified file, where the filename is gathered from the CLSID associated with the BHO.
See also
* Advanced file parameters