A xxd
clone build with Zig Programming Language
- Display a file as hex, with offset and ascii format
- Customize bytes groupings, endianess, by offset and more..
- Revert the workflow! Take a hexdump and convert it back to binary format
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:
- Low Level Learning
- Coding Challenges
xxd
tool
This project is under the MIT License.