Md5(icon): Difference between revisions

From SpybotWiki
Jump to navigation Jump to search
No edit summary
(added info box, fixed parameters)
 
Line 1: Line 1:
{{DISPLAYTITLE:md5(icon)}}{{AdvFileParam|md5[icon]}}
{{AdvParamInfo
A MD5 check of a an icon of the file (no specified icon means default icon)
|SYNTAX = md5[icon]
|TITLESYNTAX = md5(icon)
|PREVIOUS = iconmd5
|VARIANTS =
|PEVERSION = ??? < 1.5.4.5
|GROUP = Data Resources (PE)
}}A MD5 check of a an icon of the file.


==Usage==
==Usage==
  md5[icon]=<iconid(int/string)>-<hash(string[32])>
  md5[icon]=[iconid(int/string)-]<hash(string[32])>


===Examples===
===Examples===


===Description===
===Description===
While at first look this looks like [[md5(res)]] with the bitmap resource type set, this only actually uses a cache to speed up repeated tests.
While at first look this looks like [[md5(res)]] with the bitmap resource type set, this only actually uses a cache to speed up repeated tests. If you do not specify an ''iconid'', the default icon will be assumed.


==See also==
==See also==

Latest revision as of 09:12, 22 February 2008

md5[icon]
Variants md5[icon]
Previously iconmd5
Group Data Resources (PE)
Version advcheck.dll ??? < 1.5.4.5

A MD5 check of a an icon of the file.

Usage

md5[icon]=[iconid(int/string)-]<hash(string[32])>

Examples

Description

While at first look this looks like md5(res) with the bitmap resource type set, this only actually uses a cache to speed up repeated tests. If you do not specify an iconid, the default icon will be assumed.

See also

Similar parameters

Similar commands