binchop 0.1.0

ELF/PE serialization/deserialization library.
Documentation
  • Coverage
  • 0%
    0 out of 2 items documented0 out of 1 items with examples
  • Size
  • Source code size: 3.65 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 233.93 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 9s Average build duration of successful builds.
  • all releases: 9s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Homepage
  • Repository
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • g0ldminer

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