Difference between revisions of "Md5(sections)"
(New page: {{AdvFileParam|md5[sections]}} A MD5 check of the valid section part of the file. ==Usage== md5[sections]=<hash(text[32])> ===Examples=== ===Description=== Calculates the MD5 hash of t...) |
m (→Usage: fixed var type) |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
− | {{AdvFileParam|md5[sections]}} | + | {{DISPLAYTITLE:md5(sections)}}{{AdvFileParam|md5[sections]}} |
A MD5 check of the valid section part of the file. | A MD5 check of the valid section part of the file. | ||
==Usage== | ==Usage== | ||
− | md5[sections]=<hash( | + | md5[sections]=<hash(string[32])> |
===Examples=== | ===Examples=== |
Latest revision as of 19:06, 22 February 2008
A MD5 check of the valid section part of the file.
Contents
Usage
md5[sections]=<hash(string[32])>
Examples
Description
Calculates the MD5 hash of the valid section part of a Portable Executable format file. This can be useful if the file is padded with rubbish, since this rubbish would often be outside the defines sections. This value is cached as well and therefore regarded as performant enough for regular use.