Skip to content
/ hexy Public

Dead-simple hex-to-bytes/bytes-to-hex converter

Notifications You must be signed in to change notification settings

layneson/hexy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

hexy

Who's going to remember hexdump -ve '1/1 "%.2x"'? Why would anyone want to live in a world where they have to remember that?

Usage

$ hexy tohex <myfile.bin >myfile.hex
$ hexy fromhex <myfile.hex >myfile.bin

Building

Requires zig (pre-built grab-and-go found here).

Debug

$ zig build

The hexy binary can be found in zig-out/bin.

Release

$ zig build install --prefix <install-prefix> -Doptimize=ReleaseSafe

The hexy binary can be found in <install-prefix>/bin.

About

Dead-simple hex-to-bytes/bytes-to-hex converter

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages