Difference between revisions of "Md5(section)"

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

See also

Similar parameters

Similar commands