| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Binary Analysis & Hex Viewer
Binary hex viewer written in Zig demonstrating compile-time safety and explicit error handling.
zig build-exe hexdump.zig -O ReleaseFast./hexdump binary.exe
./hexdump -c 32 firmware.bin # 32 bytes per line
./hexdump -s 0x100 -n 256 file.dat # Skip 256, read 256
./hexdump --stats malware.bin # Show statistics| Back | FazBrowse Home | New Git URL |