Difference between revisions of "Findbinary(searcharea)"

From SpybotWiki
Jump to: navigation, search
(New page: {{AdvFileParam|findbinary[searcharea]}} Searches for hex pattern in file in range defined by textbegin and textend using the Boyer-Moore algorithm. ==Usage== findbinary[searcharea]=<text...)
 
Line 1: Line 1:
{{AdvFileParam|findbinary[searcharea]}}
+
{{DISPLAYTITLE:findbinary(searcharea)}}{{AdvFileParam|findbinary[searcharea]}}
 
Searches for hex pattern in file in range defined by textbegin and textend using the Boyer-Moore algorithm.
 
Searches for hex pattern in file in range defined by textbegin and textend using the Boyer-Moore algorithm.
  

Revision as of 15:14, 19 February 2008


Searches for hex pattern in file in range defined by textbegin and textend using the Boyer-Moore algorithm.

Usage

findbinary[searcharea]=<text(hexstring)>

Examples

begin[searcharea]=0,end[searcharea]=1024,findbinary[searcharea]=48616C6C6F57656C74

This searches for HalloWelt inside the first 1024 bytes of the file.

Description

Searches for hex pattern in file in the defined range using the Boyer-Moore algorithm. To define the range, take a look at begin[searcharea] and end[searcharea], or section[searcharea].

See also

Similar parameters

Similar commands