Description
Provides a terminal user interface for editing bytes by the nibble. A nibble is half a byte, so this is a low-level way to inspect and change binary data with fine control.
It is useful for binary patching, file inspection, reverse engineering, tests, and learning about byte-level data. Work on copies of important files, because direct byte edits can corrupt formats or make files unusable.