produce an annotated hexdump of a zipfile
Install zig.
zig build
Executable binary is at ./zig-cache/bin/hexdump-zip.
./zig-cache/bin/hexdump-zip
hexdump-zip INPUT.zip OUTPUT.hex
thejoshwolfe
Back