#pe #elf #binary #serialization #deserialiation

binchop

ELF/PE serialization/deserialization library

1 unstable release

0.1.0 Dec 21, 2024

#754 in Encoding

Download history 138/week @ 2024-12-21 1/week @ 2024-12-28

139 downloads per month

Custom license

3KB

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"] }

No runtime deps