Brief overview of hex editor shell
The hex editor shell, invoked by hexedit, is one of the shells available in the kernel that provides you basic binary editing functions.
For more information about every command, click the command.
All Hex editor commands
[[addbyte|KS Hex Editor Command addbyte]]
Adds a new byte.
[[addbytes|KS Hex Editor Command addbytes]]
Adds the new bytes
[[clear|KS Hex Editor Command clear]]
Clears the Hex file.
[[delbyte|KS Hex Editor Command delbyte]]
Deletes a byte.
[[delbytes|KS Hex Editor Command delbytes]]
Deletes the bytes.
[[exit|KS Hex Editor Command exit]]
Exits the shell with saving.
[[exitnosave|KS Hex Editor Command exitnosave]]
Exits the shell without saving.
[[print|KS Hex Editor Command print]]
Prints the current Hex contents.
[[querybyte|KS Hex Editor Command querybyte]]
Queries a byte.
[[replace|KS Hex Editor Command replace]]
Replaces a word or phrase in the entire Hex file.
[[save|KS Hex Editor Command save]]
Saves changes to a Hex file.
Last updated