faithe 0.8.0

Windows memory hacking library.
Documentation
1
2
3
4
5
6
7
8
9
10
11
mod memory;
pub use memory::*;

mod thread;
pub use thread::*;

mod process;
pub use process::*;

mod module;
pub use module::*;