-
Notifications
You must be signed in to change notification settings - Fork 1
Shortcuts
Go to an exact position in the file.
By default, it will read the user's value as decimal.
Adding an 0x
or 0
at the beginning will respectively read the value as hexadecimal or octal.
Find an exact byte of data in either decimal, octal, or hexadecimal. The search begins a the current file position + 1 to avoid repetition.
Find an ASCII string in the current file.
Go to a specified location in the file.
By default, it will read the user's value as decimal.
Adding an 0x
or 0
at the beginning will respectively read the value as hexadecimal or octal.
Display some information about the file.
Dump the entire file as a text file encoded in UTF-8 under the hexdmp extension.
Change the offset base (left view) to either hexadecimal, decimal, or octal.
Tip: There is no need to type the entire word, just the first letter is enough.
To be implemented!
To be implemented!