Entering Hex or Binary

 

Hex or Binary values are used when creating a search string on the Find dialog.

 

To enter a hex value :

  • Enter a $ followed by two hex digits.
  • For example, to search for hex 00 01, enter $00$01.
  • If you need to specify the $ as a character, use \$.
  • The $ symbol tells the analyzer that the following characters are hex digits
     

To enter a binary value:

  • The & symbol tells the analyzer that a binary number comes next. For example, to search for binary 00001111, you would use &00001111.
  • If you need to specify the & as a character, use \&.

 

Also see ....Related Topics Link Icon