xex 0.2.0

Read the PE file inside a .xex file transparently
Documentation
  • Coverage
  • 0%
    0 out of 5 items documented0 out of 2 items with examples
  • Size
  • Source code size: 6.27 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.26 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 14s Average build duration of successful builds.
  • all releases: 15s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • minirop/xex
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • minirop

Xex

Thin wrapper around Portex to be able to read the PE file embedded inside a XEX file transparently.

Usage

let xexfile = XexFile::open("default.xex")?;

XexFile contains 2 fields:

  • file: fs::File to default.xex
  • headers: portex::PEHeaders where pointer_to_raw_data has been adjusted.

Shortcomings

Only accepts files starting with 58 45 58 32 00 00 00 01.