1 个不稳定版本
| 0.1.0 | 2023年6月16日 |
|---|
#7 in #injector
23KB
514 行
DllVoid v0.1.0 | Dll 注入库
变更日志
- 添加了
inject_lla,使用 LoadLibraryA 进行注入 - 添加了
inject_th,使用线程劫持进行注入
使用方法
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/DllVoiddocs- https://docs.rs/dllvoid
依赖项
~235KB