Md5(exports): Difference between revisions
Jump to navigation
Jump to search
No edit summary |
(added info box, including group) |
||
| Line 1: | Line 1: | ||
{{ | {{AdvParamInfo | ||
A simple MD5 check of the alpha-sorted uppercase export list | |SYNTAX = md5[exports] | ||
|TITLESYNTAX = md5(exports) | |||
|PREVIOUS = | |||
|VARIANTS = | |||
|PEVERSION = ??? < 1.5.4.5 | |||
|GROUP = Function Exports (PE) | |||
}}A simple MD5 check of the alpha-sorted uppercase export list. | |||
==Usage== | ==Usage== | ||
Revision as of 08:45, 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(text[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.