Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thejoshwolfe/hexdump-zip
produce an annotated hexdump of a zipfile
https://github.com/thejoshwolfe/hexdump-zip
Last synced: 4 months ago
JSON representation
produce an annotated hexdump of a zipfile
- Host: GitHub
- URL: https://github.com/thejoshwolfe/hexdump-zip
- Owner: thejoshwolfe
- Created: 2017-09-17T22:21:32.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-04-18T13:29:04.000Z (10 months ago)
- Last Synced: 2024-08-03T23:18:22.960Z (6 months ago)
- Language: Zig
- Size: 29.3 KB
- Stars: 7
- Watchers: 5
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-zig - thejoshwolfe/hexdump-zip
- awesome-zig - hexdump-zip🗒️produce an annotated hexdump of a zipfile
README
# hexdump-zip
produce an annotated hexdump of a zipfile## Build
Download or install [zig](http://ziglang.org/).
(Check the commit log of this repo to see which version was used recently.)```
zig build
```Executable binary is at `./zig-out/bin/hexdump-zip`.
## Run
```
hexdump-zip INPUT.zip OUTPUT.hex
```To print to stdout, you can give `/dev/stdout` as the output path.