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