![]() |
Searching files |
HexEditor provides basic search capabilities for ASCII or hexadecimal strings.
Using the Find Panel
You can access the Find Panel from the Edit menu. Once open, you can type the string you want to search for. You can choose the type of string, Text or Hex. In Text mode, HexEditor will look into the file to find the corresponding 7-bit ASCII string. In Hex mode, the corresponding byte sequence will be searched. |
Note that the byte sequence must have the following form: 0x1A 2B 3C EF, 0x and spaces are optional.