| Crates.io | binchop |
| lib.rs | binchop |
| version | 0.1.0 |
| created_at | 2024-12-21 23:08:03.317403+00 |
| updated_at | 2024-12-21 23:08:03.317403+00 |
| description | ELF/PE serialization/deserialization library. |
| homepage | https://github.com/g0ldminer/binchop.git/ |
| repository | https://github.com/g0ldminer/binchop.git/ |
| max_upload_size | |
| id | 1491538 |
| size | 3,656 |
An ELF/PE serialization/deserialization library, with batteries included.
You're tired of all the ELF/PE parsers which have zero or only partial writing support? Then this crate is for you!
[dependencies]
binchop = "0.1"
Working in a no_std environment instead? No problem!
[dependencies]
binchop = { version = "0.1", default-features = false, features = ["alloc"] }