Skip to content
This repository was archived by the owner on Oct 23, 2020. It is now read-only.
/ filehex Public archive

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

License

Notifications You must be signed in to change notification settings

patrickgold/filehex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published