Difference between revisions of "Endmd5"
(→Usage) |
(added info box) |
||
Line 1: | Line 1: | ||
− | {{ | + | {{AdvParamInfo |
− | A MD5 check of the last bytes, optionally with an offset | + | |SYNTAX = endmd5 |
+ | |TITLESYNTAX = endmd5 | ||
+ | |PREVIOUS = | ||
+ | |VARIANTS = | ||
+ | |PEVERSION = ??? < 1.5.4.5 | ||
+ | }}A MD5 check of the last bytes, optionally with an offset | ||
==Usage== | ==Usage== |
Revision as of 19:02, 21 February 2008
endmd5 | |
Variants | endmd5 |
Previously | |
Group | [[:Category:Advanced file parameters for {{{GROUP}}}|{{{GROUP}}}]] |
Version | advcheck.dll ??? < 1.5.4.5 |
[[Category:Advanced file parameters for {{{GROUP}}}]] A MD5 check of the last bytes, optionally with an offset
Contents
Usage
endmd5=<sizefromend(int)>|<deltatoend(int)>|<hash(text[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.