Difference between revisions of "Filename"
(New page: {{AdvFileParam|filename}} Defines filename for Directory command check. ==Usage== filename=<filename(string)> ===Examples=== filename=<$WINDIR>\malware.exe ===Description=== Sets the ...) |
(fixed group) |
||
(5 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | {{ | + | {{AdvParamInfo |
− | Defines filename for Directory command check. | + | |SYNTAX = filename |
+ | |TITLESYNTAX = filename | ||
+ | |VARIANTS = filename! | ||
+ | |PEVERSION = ??? < 1.5.4.5 | ||
+ | |GROUP = Basic Attributes | ||
+ | }}Defines filename for Directory command check. | ||
==Usage== | ==Usage== | ||
filename=<filename(string)> | filename=<filename(string)> | ||
+ | filename!=<filename(string)> | ||
+ | |||
+ | The second negation variant is available only in [[advcheck.dll]] later than 1.5.4.5. | ||
===Examples=== | ===Examples=== | ||
Line 9: | Line 17: | ||
===Description=== | ===Description=== | ||
− | Sets the filename used for following advanced parameters in combination with for example the [[Directory]] command. For some commands, it also needs to just be set to ''anything'' to allow control flow [[Advanced file parameters|advanced file parameters]] to be used. | + | {{AlgoPrefix}} Sets the filename used for following advanced parameters in combination with for example the [[Directory]] command. For some commands, it also needs to just be set to ''anything'' to allow control flow [[Advanced file parameters|advanced file parameters]] to be used. |
+ | |||
+ | [[AlgoPrefix|Algo-Prefixes]] are available only in [[advcheck.dll]] later than 1.5.4.5, previously only wildcards (now default) were supported. | ||
==See also== | ==See also== | ||
* [[Advanced file parameters]] | * [[Advanced file parameters]] | ||
+ | * [[AlgoPrefix]] | ||
===Similar parameters=== | ===Similar parameters=== | ||
+ | * [[attribs]] | ||
* [[filepath]] | * [[filepath]] | ||
* [[fullpath]] | * [[fullpath]] | ||
* [[filesize]] | * [[filesize]] | ||
− | |||
===Similar commands=== | ===Similar commands=== |
Latest revision as of 08:57, 22 February 2008
filename | |
Variants | filename filename! |
Previously | {{{PREVIOUS}}} |
Group | Basic Attributes |
Version | advcheck.dll ??? < 1.5.4.5 |
Defines filename for Directory command check.
Contents
Usage
filename=<filename(string)> filename!=<filename(string)>
The second negation variant is available only in advcheck.dll later than 1.5.4.5.
Examples
filename=<$WINDIR>\malware.exe
Description
AP Sets the filename used for following advanced parameters in combination with for example the Directory command. For some commands, it also needs to just be set to anything to allow control flow advanced file parameters to be used.
Algo-Prefixes are available only in advcheck.dll later than 1.5.4.5, previously only wildcards (now default) were supported.