/filehex

A simple tool which outputs a file byte by byte in hexadecimal representation.

Primary LanguageCMIT LicenseMIT

filehex

A simple tool which outputs a file byte by byte in hexadecimal representation. You can customize output by providing command line parameters.

Build and run this project

Linux

  1. Clone this repository
    $ git clone https://github.com/patrickgold/filehex.git
  2. Switch to filehex directory
    $ cd filehex
  3. Build the project in gcc
    $ make build
  4. Run filehex
    $ ./fhex <filepath>

Windows

  1. Make sure you have Visual Studio 2017 (any edition) installed
  2. Download this repository as a ZIP and extract it to any location
  3. Open filehex directory and double click the 'filehex.sln'
  4. Wait for VS to load the project and then hit F5
  5. Check out this post for providing command line arguments

Author

License

Copyright (c) 2018 Patrick Goldinger. All rights reserved.

Licensed under the MIT License.