A simple tool which outputs a file byte by byte in hexadecimal representation. You can customize output by providing command line parameters.
- Clone this repository
$ git clone https://github.com/patrickgold/filehex.git
- Switch to filehex directory
$ cd filehex
- Build the project in gcc
$ make build
- Run filehex
$ ./fhex <filepath>
- Make sure you have Visual Studio 2017 (any edition) installed
- Download this repository as a ZIP and extract it to any location
- Open filehex directory and double click the 'filehex.sln'
- Wait for VS to load the project and then hit F5
- Check out this post for providing command line arguments
Copyright (c) 2018 Patrick Goldinger. All rights reserved.
Licensed under the MIT License.