xex 0.2.0

Read the PE file inside a .xex file transparently
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Xex

Thin wrapper around [Portex](https://crates.io/crates/portex) to be able to read the PE file embedded inside a XEX file transparently.

## Usage

```rust
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`.