Difference between revisions of "Md5(icon)"
(added info box, fixed parameters) |
|||
Line 1: | Line 1: | ||
− | {{ | + | {{AdvParamInfo |
− | A MD5 check of a an icon of the file | + | |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]= | + | 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.
Contents
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.