Sizemd5: Difference between revisions
Jump to navigation
Jump to search
(New page: {{AdvFileParam|sizemd5}} A MD5 check of a specific part of the file ==Usage== sizemd5=<startoffset(int)>|<endoffset(int)>|<hash(text[32])> ===Examples=== sizemd=10|20|12345678901234567...) |
m (→Usage: fixed var type) |
||
| (One intermediate revision by the same user not shown) | |||
| Line 1: | Line 1: | ||
{{ | {{AdvParamInfo | ||
A MD5 check of a specific part of the file | |SYNTAX = sizemd5 | ||
|TITLESYNTAX = sizemd5 | |||
|PREVIOUS = | |||
|VARIANTS = | |||
|PEVERSION = ??? < 1.5.4.5 | |||
|GROUP = File Hashes | |||
}}A MD5 check of a specific part of the file. | |||
==Usage== | ==Usage== | ||
sizemd5=<startoffset(int)>|<endoffset(int)>|<hash( | sizemd5=<startoffset(int)>|<endoffset(int)>|<hash(string[32])> | ||
===Examples=== | ===Examples=== | ||
Latest revision as of 19:00, 22 February 2008
| sizemd5 | |
| Variants | sizemd5 |
| Previously | |
| Group | File Hashes |
| Version | advcheck.dll ??? < 1.5.4.5 |
A MD5 check of a specific part of the file.
Usage
sizemd5=<startoffset(int)>|<endoffset(int)>|<hash(string[32])>
Examples
sizemd=10|20|123456789012345678901234567890AB
Description
Calculates the hash of the area from offset startoffset to endoffset inside the scanned file and compares against that. Use sparely, since this hash does not get cached.