binchop

Crates.iobinchop
lib.rsbinchop
version0.1.0
created_at2024-12-21 23:08:03.317403+00
updated_at2024-12-21 23:08:03.317403+00
descriptionELF/PE serialization/deserialization library.
homepagehttps://github.com/g0ldminer/binchop.git/
repositoryhttps://github.com/g0ldminer/binchop.git/
max_upload_size
id1491538
size3,656
(g0ldminer)

documentation

README

binchop

CI Status

An ELF/PE serialization/deserialization library, with batteries included.

Why use binchop?

You're tired of all the ELF/PE parsers which have zero or only partial writing support? Then this crate is for you!

Usage

[dependencies]
binchop = "0.1"

Working in a no_std environment instead? No problem!

[dependencies]
binchop = { version = "0.1", default-features = false, features = ["alloc"] }
Commit count: 0

cargo fmt