Difference between revisions of "Endmd5"
(added info box) |
(→Usage: fixed var type) |
||
(2 intermediate revisions by the same user not shown) | |||
Line 5: | Line 5: | ||
|VARIANTS = | |VARIANTS = | ||
|PEVERSION = ??? < 1.5.4.5 | |PEVERSION = ??? < 1.5.4.5 | ||
− | }}A MD5 check of the last bytes, optionally with an offset | + | |GROUP = File Hashes |
+ | }}A MD5 check of the last bytes, optionally with an offset. | ||
==Usage== | ==Usage== | ||
− | endmd5=<sizefromend(int)>|<deltatoend(int)>|<hash( | + | endmd5=<sizefromend(int)>|<deltatoend(int)>|<hash(string[32])> |
===Examples=== | ===Examples=== |
Latest revision as of 19:00, 22 February 2008
endmd5 | |
Variants | endmd5 |
Previously | |
Group | File Hashes |
Version | advcheck.dll ??? < 1.5.4.5 |
A MD5 check of the last bytes, optionally with an offset.
Contents
Usage
endmd5=<sizefromend(int)>|<deltatoend(int)>|<hash(string[32])>
Examples
endmd5=2000|100|123456789012345678901234567890AB
Description
Calculates the hash of the area from offset filesize - deltatoend to filesize - sizefromend inside the scanned file and compares against that. Use sparely, since this hash does not get cached.