Skip to content
This repository has been archived by the owner on Jan 7, 2018. It is now read-only.

Shortcuts

DD~! edited this page Oct 6, 2016 · 1 revision

^G Goto

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.

^W Find byte

Find an exact byte of data in either decimal, octal, or hexadecimal. The search begins a the current file position + 1 to avoid repetition.

^J Find data

Find an ASCII string in the current file.

^G Goto

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.

^I Info

Display some information about the file.

^D Dump

Dump the entire file as a text file encoded in UTF-8 under the hexdmp extension.

^O Offset base

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.

^H Replace

To be implemented!

^E Edit mode

To be implemented!

User Manual

  1. Arguments
  2. Navigation
  3. Shortcuts

FAQ

Development

Notes

Porting

Clone this wiki locally