Note
Compatible with Linux only
Hex editor and disassembler
# Clone the repo
$ git clone https://github.com/utox39/gohex.git
# cd to the path
$ cd path/to/gohex
# Create the build folder
$ mkdir build
# Compile
$ make
# Install
$ sudo make install
$ gohex hex ./foo
$ gohex disassemble ./foo
If you would like to contribute to this project just create a pull request which I will try to review as soon as possible.