findbinary(searcharea)

From SpybotWiki
Revision as of 17:21, 24 February 2008 by CCRDude (talk | contribs) (→‎Examples: added second example)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
findbinary[searcharea]
Variants findbinary[searcharea]
Previously bininstream
Group Binary Anywhere Matching
Version advcheck.dll ??? < 1.5.4.5

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]=1023,findbinary[searcharea]=48616C6C6F57656C74
section[searcharea]=.text,findbinary[searcharea]= 558BEC83C4F0
  1. Searches for HalloWelt inside the first 1024 bytes of the file.
  2. Searches for PUSH EBP; MOV EBP, ESP; ADD ESP, F0 within the code section of a Delphi application.

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