Md5(icon): Difference between revisions

From SpybotWiki
Jump to navigation Jump to search
(New page: {{AdvFileParam|md5[icon]}} A MD5 check of a an icon of the file (no specified icon means default icon) ==Usage== md5[icon]=<iconid(int/string)>-<hash(string[32])> ===Examples=== ===Des...)
 
(added info box, fixed parameters)
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{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==
Line 15: Line 21:
===Similar parameters===
===Similar parameters===
* [[count(restypes)]]
* [[count(restypes)]]
* [[exists(res)!]]
* [[exists(res)]]
* [[exists(res)]]
* [[exists(restype)]]
* [[exists(restype)]]
Line 21: Line 26:
* [[md5(res)]]
* [[md5(res)]]
* [[size(res)]]
* [[size(res)]]
* [[size(res)<]]
* [[size(res)>]]


===Similar commands===
===Similar commands===

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