Difference between revisions of "Md5(exports)"

From SpybotWiki
Jump to: navigation, search
(added info box, including group)
m (Usage: fixed var type)
 
Line 9: Line 9:
  
 
==Usage==
 
==Usage==
  md5[exports]=<hash(text[32])>
+
  md5[exports]=<hash(string[32])>
  
 
===Examples===
 
===Examples===

Latest revision as of 19:06, 22 February 2008

md5[exports]
Variants md5[exports]
Previously
Group Function Exports (PE)
Version advcheck.dll ??? < 1.5.4.5

A simple MD5 check of the alpha-sorted uppercase export list.

Usage

md5[exports]=<hash(string[32])>

Examples

md5[exports]=1234567890ABCDEFABCDEF1234567890

Description

Retrieves the list of export functions from a Portable Executable file, sorts it alphabetically, and calculates the hash over this.

See also

Similar parameters

Similar commands