caio-bernardo/zxd
xxd clone built with Zig
A xxd
clone build with Zig Programming Language
Clone this repo. Open the projects folder, and compile it
zig build
and access the binary inside zig-out or, e.g.
zig build run -- binfile
Basic xxd
features, (autoskip, toggle offset, group size, endianess...)
More complex things (outfile, output to C style, ...) COMING SOON
This project was inspired by:
xxd
toolThis project is under the MIT License.