yai

Crates.ioyai
lib.rsyai
version0.2.0
sourcesrc
created_at2022-10-16 20:42:16.736354
updated_at2023-05-23 00:23:05.399891
descriptionYet Another Injector for windows x32/x64 dlls.
homepage
repositoryhttps://github.com/0xFounders/yai
max_upload_size
id689619
size29,116
Chase (ohchase)

documentation

README

Yai

Yet Another Injector for 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

Library

You can use yai as a library as well. Add yai to your Cargo.toml and call yai::inject_into:

yai::inject_into("payload.dll", 1234 /* process id */);
Commit count: 5

cargo fmt