inject_lla
which uses LoadLibraryA for injectioninject_th
which uses thread hijacking for injection
```rust use dllvoid::*;
let injector = Injector::new("cheat.dll", Process::find("csgo.exe").expect("no such process")).expect("injector error"); injector.inject_th().expect("inject error"); ```
Windows
github
- https://github.com/CURVoid/DllVoid
docs
- https://docs.rs/dllvoid