Skip to content
/ vcheat Public

Hacking Library

License

Notifications You must be signed in to change notification settings

sylvavv/vcheat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Crates.io Version Static Badge

Hacking Library

// 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);
 }

About

Hacking Library

Resources

License

Stars

Watchers

Forks

Languages