Skip to content

minirop/xex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Read the PE file inside a .xex file transparently

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages