Find

Purpose: This dialog box allows you to search for a specified string, entered in any mode supported by Hackman.

While you are entering an expression, this expression is automatically translated into ascii (expect for the ascii mode, where the expression is translated into Hex).

Press Find to seek for it or Replace... to show the Replace dialog box or Cancel to stop the function.

Search Options

Direction: if set to downwards, it forces Hackman kernel to do downwards searches only, otherwise, Hackman is moving from down to the top.
Mode: The mode can be set to either Hex, Ascii, Binary, Octal or Decimal. When there is an expression already entered in another mode, Hackman automatically converts it in the new mode.
Unicode search: finds strings in 32 bit programs.
Match case: performs a case sensitive search (Hackman differs from hACKman).
Whole object: this setting is currently ignored.

Range Searching

Find in selection only: if this option is enabled, then the search takes place only within the selection.
Range search: if this option is enabled, then Hackman is searching within the specified range.
Starting offset: this should point to the starting offset in Hex. If the Range search option is not selected then this offset is ignored.
Length: length of range in Hex. Should always be positive, however if upwards search is performed, this length is subtracted from the starting offset.

Return