ViewBin/README.md
2020-06-21 12:00:51 -04:00

19 lines
496 B
Markdown

# ViewBin
This really is just a slightly prettier version of hexdump. There isn't much to say about it.
![demo](./demo.gif)
To view the flag/help screen run with `-h` or `--help`
## Building
### Linux
On Linux you can clone the repository and just run `make` inside the cloned directory. No dependencies, only a compiler and Gnu Make.
### Windows
The Makefile may, or may not work on windows, I'm not sure.
If it doesn't there are no dependencies. You can just run it through a compiler.