pe-rs icon indicating copy to clipboard operation
pe-rs copied to clipboard

Zero-copy Portable Executable parser in Rust

pe

pe-rs is a zero-copy Portable Executable parser written in Rust. Basic header parsing is implemented, but some data directory implementations are missing. They can be added easily.

Example uses

  • The tests and examples have some usage examples.
  • pe2sgxs utility
  • Your project here? File a PR.