DllVoid v0.1.0 | Dll injector library

Changelog

```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"); ```

Platforms