SharedDLL: Difference between revisions
Jump to navigation
Jump to search
(New page: ==Usage== SharedDLL:[Part of name of entry (filename)],<advanced file parameters> ===Examples=== ===Description=== ==See also== * Advanced file parameters ===Similar commands=...) |
m (→Usage: fixed var names) |
||
| (5 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
{{SbiCmdInfo | |||
|SYNTAX = SharedDLL | |||
|PENAME = SpybotSD.exe | |||
|PEVERSION = 0.95 or later | |||
|GROUP = Registry | |||
|MINUPDATE = n/a | |||
|ADVFILEPARAMS = yes (second) | |||
|ADVREGPARAMS = no | |||
|ADVBUILDPARAMS = yes (second) | |||
|ADVSPECIALPARAMS = no | |||
}}{{Outdated SBI|RegyValue}}Looks wether the given file is registered with Windows as a shared DLL. | |||
==Usage== | ==Usage== | ||
SharedDLL: | SharedDLL:<filename(string)>[,advanced file parameters] | ||
===Examples=== | ===Examples=== | ||
SharedDLL:library.dll | |||
===Description=== | ===Description=== | ||
Tests for values in ''HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\SharedDlls\''. | |||
# The first parameter can be any part of the whole key name, but should be descriptive. {{PathTemplates}} | |||
# The second parameter may contain [[Advanced file parameters|advanced file parameters]]. | |||
Using a [[RegyValue]] and [[File]] would do the same, unless you had a totally random path to the file. | |||
===Scan Results=== | |||
* The registry value. | |||
* The associated file. | |||
==See also== | ==See also== | ||
* [[Advanced file parameters]] | * [[Advanced file parameters]] | ||
* [[Path templates]] | |||
===Similar commands=== | ===Similar commands=== | ||
* [[File]] | |||
* [[ModuleUsage]] | * [[ModuleUsage]] | ||
* [[RegyValue]] | |||
[[Category:SBI Commands]] | [[Category:SBI Commands]] | ||
Latest revision as of 16:38, 22 February 2008
| SharedDLL | |
| Group | Registry |
| Main Application | Version 0.95 or later |
| Required Update | n/a |
| File Parameters | yes (second) |
| Registry Parameters | no |
| Build Parameters | yes (second) |
| Special Parameters | no |
| This SBI command is outdated and will probably not be supported in Spybot-S&D 2.0. As of yet, it is unclear whether an automated conversion path exists. Automated conversion paths may also be less sufficient than a manual upgrade. We recommend that you take a look at RegyValue for a possible alternative command. |
Looks wether the given file is registered with Windows as a shared DLL.
Usage
SharedDLL:<filename(string)>[,advanced file parameters]
Examples
SharedDLL:library.dll
Description
Tests for values in HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\SharedDlls\.
- The first parameter can be any part of the whole key name, but should be descriptive. PT
- The second parameter may contain advanced file parameters.
Using a RegyValue and File would do the same, unless you had a totally random path to the file.
Scan Results
- The registry value.
- The associated file.