hexedit command
Summary
Opens the hex editor shell
Description
If you want to edit a binary file or a text file, this command will let you open the hex editor shell to a specified document so you can edit it. Currently, it's on the basic stage, so it doesn't have advanced options yet.
Command usage
hexedit <file>
Examples
hexedit binary.bin
: Opens a hex editor shell to binary.bin
Last updated