Yet Another Injector for windows x64 dlls
``` Yet Another Injector for windows x64 dlls.
Usage: yai.exe --target
Options:
-t, --target
You can use yai
as a library as well. Add yai
to your Cargo.toml
and call yai::inject_into
:
rust
yai::inject_into("payload.dll", 1234 /* process id */);