Difference between revisions of "Md5(bitmap)"
(added previous name) |
|||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | {{ | + | {{AdvParamInfo |
− | + | |SYNTAX = md5[bitmap] | |
− | A MD5 check of a bitmap resource of the file. | + | |TITLESYNTAX = md5(bitmap) |
+ | |PREVIOUS = brmd5 | ||
+ | |VARIANTS = | ||
+ | |PEVERSION = ??? < 1.5.4.5 | ||
+ | |GROUP = Data Resources (PE) | ||
+ | }}A MD5 check of a bitmap resource of the file. | ||
==Usage== | ==Usage== |
Latest revision as of 09:12, 22 February 2008
md5[bitmap] | |
Variants | md5[bitmap] |
Previously | brmd5 |
Group | Data Resources (PE) |
Version | advcheck.dll ??? < 1.5.4.5 |
A MD5 check of a bitmap resource of the file.
Contents
Usage
md5[bitmap]=<resname(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.