yapi-rs

Crates.ioyapi-rs
lib.rsyapi-rs
version
sourcesrc
created_at2025-02-12 15:45:04.902347+00
updated_at2025-02-12 15:45:04.902347+00
descriptionA Rust port of [Yet Another Process Injector] that reduce differences between x64, wow64 and x86 processes.
homepage
repositoryhttps://github.com/gembleman/yapi-rs
max_upload_size
id1553131
Cargo.toml error:TOML parse error at line 18, column 1 | 18 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include`
size0
(gembleman)

documentation

README

YAPI -- Yet Another Process Injector

A fusion injector that reduce differences between x64, wow64 and x86 processes according to Mr.Rewolf's article.

Keywords: HEADER-ONLY, DLL-FREE, ANY-CALLEE, ANY-CALLER, ANY-WIN-OS, LOCAL-LIKE

Rust Porting of C++ yapi.

x64 injector -> wow64 process @ 64-bit OS
x64 injector -> x64 process @ 64-bit OS
In this case, I only tested it.

Commit count: 4

cargo fmt