Skip to content

utox39/gohex

Repository files navigation

gohex

Note

Compatible with Linux only

Description

Hex editor and disassembler

Requirements

Installation

# 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

Usage

View the hexdump of a binary file

$ gohex hex ./foo

Disassemble a binary file

$ gohex disassemble ./foo

Contributing

If you would like to contribute to this project just create a pull request which I will try to review as soon as possible.