12 个版本

0.6.6 2024年7月20日
0.6.4 2024年4月2日
0.6.3 2024年3月26日
0.3.2 2023年10月16日

6#hacking 中排名

Download history 167/week @ 2024-05-18 11/week @ 2024-05-25 6/week @ 2024-07-06 127/week @ 2024-07-20 63/week @ 2024-07-27

190 每月下载量
用于 vjector

MIT 许可证

41KB
1K SLoC

Crates.io Version Static Badge

黑客库

// tests/external.rs

 let pid = vcheat::external::get_pid("explorer.exe").unwrap();

 let mi = vcheat::external::get_mod_info(pid, "explorer.exe").unwrap();
 println!("{:#?}", mi);

 let mis = vcheat::external::get_all_mod_info(pid).unwrap();

 for mi in mis {
     println!("{:#?}", mi);
 }

无运行时依赖