aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: 59ec94c9ae27dfc68aa7071d2301538bce5c3538 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Hex Viewer
==========
An interactive hex viewer which highlights related bytes.

Building and Running
--------------------

Requires that `ncurses` and `chibi-scheme` is installed and linkable.
To build, run:

    make ui

See Makefile for further information.

Currently only supports gzip files.

Future direction
----------------
- Support more filetypes
- Support magic(5) do automatically determine filetype
- Nested groups, many formats specify sub-formats within blocks
- Show blocks before they are hoovered over