Hexdump
Hexdumping is the process of converting binary data into hexadecimal format. This is useful for understanding the binary’s structure and finding patterns in the data.
binsider
provides a rich dashboard along with a hexdump view to analyze the binary file.
Here is an example of swimming through the hexdump (h/j/k/l), jumping to a specific byte (g) and searching for a string (/):
Modifying Data
You can also modify the hex data and enter new values, very much like an editor.
Simply start typing the new hex values and press s to save the changes to the binary.