Md5(section): Difference between revisions
Jump to navigation
Jump to search
(→Usage) |
m (→Usage: fixed var type) |
||
| (2 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
{{ | {{AdvParamInfo | ||
A MD5 check of the one section of the file | |SYNTAX = md5[section] | ||
|TITLESYNTAX = md5(section) | |||
|PREVIOUS = ssecmd5 | |||
|VARIANTS = | |||
|PEVERSION = ??? < 1.5.4.5 | |||
|GROUP = Sections (PE) | |||
}}A MD5 check of the one section of the file. | |||
==Usage== | ==Usage== | ||
md5[section]=<sectionname(string)>-<hash( | md5[section]=<sectionname(string)>-<hash(string[32])> | ||
===Examples=== | ===Examples=== | ||
Latest revision as of 19:07, 22 February 2008
| md5[section] | |
| Variants | md5[section] |
| Previously | ssecmd5 |
| Group | Sections (PE) |
| Version | advcheck.dll ??? < 1.5.4.5 |
A MD5 check of the one section of the file.
Usage
md5[section]=<sectionname(string)>-<hash(string[32])>
Examples
md5[section]=.text-1234567890ABCDEFABCDEF1234567890
Description
Checks the MD5 hash for a single section. This test is not cached.