#dll #injector #injection #winapi

dllvoid

用于原始套接字编程的 crate,可用于发送原始数据包和一些协议

1 个不稳定版本

0.1.0 2023年6月16日

#7 in #injector

Apache-2.0

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

依赖项

~235KB