memexec 0.2.0

A library for loading and executing PE (Portable Executable) from memory without ever touching the disk
Documentation
1
2
3
4
5
6
7
8
9
10
11
mod check;
mod header;
mod pe;
mod section;

pub mod def;
pub mod error;

pub use header::*;
pub use pe::*;
pub use section::*;