Skip to content

Kunull/Hexplorer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

██╗  ██╗███████╗██╗  ██╗██████╗ ██╗      ██████╗ ██████╗ ███████╗██████╗ 
██║  ██║██╔════╝╚██╗██╔╝██╔══██╗██║     ██╔═══██╗██╔══██╗██╔════╝██╔══██╗
███████║█████╗   ╚███╔╝ ██████╔╝██║     ██║   ██║██████╔╝█████╗  ██████╔╝
██╔══██║██╔══╝   ██╔██╗ ██╔═══╝ ██║     ██║   ██║██╔══██╗██╔══╝  ██╔══██╗
██║  ██║███████╗██╔╝ ██╗██║     ███████╗╚██████╔╝██║  ██║███████╗██║  ██║
╚═╝  ╚═╝╚══════╝╚═╝  ╚═╝╚═╝     ╚══════╝ ╚═════╝ ╚═╝  ╚═╝╚══════╝╚═╝  ╚═╝                                                                        

Command-Line utility to dump the binary and hexadecimal rendition of a file.

Compilation

gcc hexplorer.c args.c -o hexplorer

Usage

hexplorer [FILE]

    Arguments:
        [FILE]                 File to read
    
    Options:
        -l, --line <int>       Bytes per line in output (default: 16)
        -b, --bytes <int>      Number of bytes to read (default: all)
        -o, --offset <int>     Byte offset at which to begin reading
        -f, --file <filename>  Output file to save the hexdump\n (default: STDOUT)
        
    Flags:
        -h, --help             Display this help text and exit
        -v, --version          Display the version number and exit

Releases

No releases published

Packages

No packages published

Languages