Difference between revisions of "ModuleUsage"
Line 2: | Line 2: | ||
==Usage== | ==Usage== | ||
− | ModuleUsage: | + | ModuleUsage:<part of name of module>[,advanced build parameters] |
===Examples=== | ===Examples=== | ||
Line 11: | Line 11: | ||
===Description=== | ===Description=== | ||
− | # 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. [[AlgoPrefix|Algo-Prefixes]] will be supported after 1.5.2. {{AlgoPrefix}} {{PathTemplates}} |
# The second parameter may contain [[Advanced build parameters|advanced build parameters]]. | # The second parameter may contain [[Advanced build parameters|advanced build parameters]]. | ||
This command will also detect a CodeStoreDB if it is linked inside this entry. Please remember the keyname contains slashes, not backslashes! | This command will also detect a CodeStoreDB if it is linked inside this entry. Please remember the keyname contains slashes, not backslashes! | ||
+ | |||
+ | ===Scan results=== | ||
+ | * The actually ''ModuleUsage'' registry key. | ||
+ | * The associated registry key for distributed program files (see [[CodeStoreDB]]), if existing. | ||
==See also== | ==See also== | ||
* [[Advanced build parameters]] | * [[Advanced build parameters]] | ||
+ | * [[AlgoPrefix]] | ||
===Similar commands=== | ===Similar commands=== | ||
+ | * [[CodeStoreDB]] | ||
* [[SharedDLL]] | * [[SharedDLL]] | ||
[[Category:SBI Commands]] | [[Category:SBI Commands]] | ||
− |
Revision as of 12:25, 18 February 2008
Searches for the Windows module usage setting for a special file.
Usage
ModuleUsage:<part of name of module>[,advanced build parameters]
Examples
ModuleUsage:"spyware/spyware.dll"
This will detect the following key:
[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\ModuleUsage\C:/WINDOWS/SYSTEM/spyware.dll]
Description
- The first parameter can be any part of the whole key name, but should be descriptive. Algo-Prefixes will be supported after 1.5.2. AP PT
- The second parameter may contain advanced build parameters.
This command will also detect a CodeStoreDB if it is linked inside this entry. Please remember the keyname contains slashes, not backslashes!
Scan results
- The actually ModuleUsage registry key.
- The associated registry key for distributed program files (see CodeStoreDB), if existing.