Difference between revisions of "SharedDLL"

From SpybotWiki
Jump to: navigation, search
(Description)
m (Usage: fixed var names)
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
Looks wether the given file is registered with Windows as a shared DLL.
+
{{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:[Part of name of entry (filename)],<advanced file parameters>
+
  SharedDLL:<filename(string)>[,advanced file parameters]
  
 
===Examples===
 
===Examples===
Line 8: Line 18:
  
 
===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 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]].
 
# 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]].
+
* [[Path templates]]
  
 
===Similar commands===
 
===Similar commands===
 +
* [[File]]
 
* [[ModuleUsage]]
 
* [[ModuleUsage]]
 +
* [[RegyValue]]
  
 
[[Category:SBI Commands]]
 
[[Category:SBI Commands]]
[[Category:SBI Commands (current)]]
 

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\.

  1. The first parameter can be any part of the whole key name, but should be descriptive. PT
  2. 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.

See also

Similar commands