inject-lib 0.3.3

A windows dll injection library written in rust with minimal dependencies.
Documentation
1
2
3
4
5
#[cfg(target_os = "windows")]
pub mod windows;

#[cfg(all(target_arch = "x86", feature = "x86tox64"))]
mod x86;