Crates.io | yapi-rs |
lib.rs | yapi-rs |
version | |
source | src |
created_at | 2025-02-12 15:45:04.902347+00 |
updated_at | 2025-02-12 15:45:04.902347+00 |
description | A Rust port of [Yet Another Process Injector] that reduce differences between x64, wow64 and x86 processes. |
homepage | |
repository | https://github.com/gembleman/yapi-rs |
max_upload_size | |
id | 1553131 |
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` |
size | 0 |
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.