Exists(authx509): Difference between revisions

From SpybotWiki
Jump to navigation Jump to search
(added info box)
(added group)
 
Line 5: Line 5:
|VARIANTS = exists[cert]
|VARIANTS = exists[cert]
|PEVERSION = ??? < 1.5.4.5
|PEVERSION = ??? < 1.5.4.5
|GROUP = Authenticity
}}Checks whether file has any Authenticode attached.
}}Checks whether file has any Authenticode attached.



Latest revision as of 08:53, 22 February 2008

exists[authx509]
Variants exists[authx509]
exists[cert]
Previously
Group Authenticity
Version advcheck.dll ??? < 1.5.4.5

Checks whether file has any Authenticode attached.

Usage

exists[authx509]=<flag(boolean)>
exists[cert]=<flag(boolean)>

Examples

exists[authx509]=1

Description

Checks whether file has any Authenticode attached. Works for Portable Executable files and .cab archives currently.

At the moment, this is identical to exists[cert]. This might change in the future though, with this version reserved to X509 certificates.

See also

Similar parameters

Similar commands