https://github.com/kyee-rs/zippo
Zippo - Simple Rust un-zipper that extracts data from its own binary. See https://github.com/12subnet/grizzly for the context.
https://github.com/kyee-rs/zippo
grizzly rust rust-lang simple unzipper
Last synced: about 1 month ago
JSON representation
Zippo - Simple Rust un-zipper that extracts data from its own binary. See https://github.com/12subnet/grizzly for the context.
- Host: GitHub
- URL: https://github.com/kyee-rs/zippo
- Owner: kyee-rs
- Created: 2023-08-28T15:42:45.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-30T14:47:52.000Z (over 1 year ago)
- Last Synced: 2025-04-06T07:36:11.094Z (about 1 month ago)
- Topics: grizzly, rust, rust-lang, simple, unzipper
- Language: Rust
- Homepage: https://dontasktoask.com
- Size: 5.86 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🦛 Zippo - Simple Rust un-zipper that extracts data from its own binary.
This project may sound stupid at first, so I strongly recommend you to check out the linked project below for more context.
| Name | URL | Motivation |
|-----------|-------------------------------------|-------------------------------------------------------------------------------------------|
| `Grizzly` | https://github.com/12subnet/grizzly | I have created this project to learn more about binary data. Heavily inspired by 7zip-SFX |