dll-syringe 0.6.0

A windows dll injection library written in rust.
Documentation
1
2
3
4
5
6
7
8
mod buffer;
pub use buffer::*;

mod raw_allocator;
pub(crate) use raw_allocator::*;

mod remote_box;
pub(crate) use remote_box::*;