Difference between revisions of "Endmd5"

From SpybotWiki
Jump to: navigation, search
(New page: {{AdvFileParam|endmd5}} A MD5 check of the last bytes, optionally with an offset ==Usage== endmd5=<sizefromend(int)><|deltatoend(int)>|<hash(text[32])> ===Examples=== endmd5=2000|100|1...)
 
(Usage)
Line 3: Line 3:
  
 
==Usage==
 
==Usage==
  endmd5=<sizefromend(int)><|deltatoend(int)>|<hash(text[32])>
+
  endmd5=<sizefromend(int)>|<deltatoend(int)>|<hash(text[32])>
  
 
===Examples===
 
===Examples===

Revision as of 16:47, 18 February 2008


A MD5 check of the last bytes, optionally with an offset

Usage

endmd5=<sizefromend(int)>|<deltatoend(int)>|<hash(text[32])>

Examples

endmd5=2000|100|123456789012345678901234567890AB

Description

Calculates the hash of the area from offset filesize - deltatoend to filesize - sizefromend inside the scanned file and compares against that. Use sparely, since this hash does not get cached.

See also

Similar parameters

Similar commands