Hexadecimal editor, that can list the strings contained in a file. Easy to use as a text editor
Features:
- You can type strings of text: the right box is a mini text-editor.
- Standard commands to fill, insert, cut, copy and paste selected bytes.
- Hexadecimal to Decimal conversion and vice versa.
- Bit editor
- Searches for: hexadecimal values, decimal values, and strings.
- Text extractor, lists ALL strings contained in the file (screen shot above).
- Batch files are useful to add new functionalities
- Multi-level Undo
- Bytes conversion (visualization): bits, byte, word (2 bytes), long (4 bytes). The converted values can be signed or unsigned, big-endian (00 FF=255) or little-endian (FF 00=65280) c
|