Difference between revisions of "Md5(sections)"

From SpybotWiki
Jump to: navigation, search
m (Usage: fixed var type)
 
Line 3: Line 3:
  
 
==Usage==
 
==Usage==
  md5[sections]=<hash(text[32])>
+
  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.

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.

See also

Similar parameters

Similar commands