5 个版本
0.2.0 | 2023年5月23日 |
---|---|
0.1.3 | 2022年10月16日 |
0.1.2 | 2022年10月16日 |
0.1.1 | 2022年10月16日 |
0.1.0 | 2022年10月16日 |
#8 在 #injector
每月 23 下载
13KB
291 行
Yai
适用于 Windows x64 dlls 的另一个注入工具
Yet Another Injector for windows x64 dlls.
Usage: yai.exe --target <TARGET> --payload <PAYLOAD>
Options:
-t, --target <TARGET> Process name to inject into
-p, --payload <PAYLOAD> Absolute path to payload dll
-h, --help Print help information
-V, --version Print version information
库
您还可以将 yai
作为库使用。将 yai
添加到您的 Cargo.toml
并调用 yai::inject_into
yai::inject_into("payload.dll", 1234 /* process id */);
依赖关系
~23–33MB
~464K SLoC