| Crates.io | cural |
| lib.rs | cural |
| version | 0.1.3 |
| created_at | 2023-06-13 15:51:46.153055+00 |
| updated_at | 2023-06-16 08:52:28.965977+00 |
| description | Windows process memory model |
| homepage | https://github.com/CURVoid/cural.git |
| repository | https://github.com/CURVoid/cural.git |
| max_upload_size | |
| id | 889129 |
| size | 9,596 |
docs.rs - https://docs.rs/curalgithub - https://github.com/CURVoid/cural.gitwinapi instead of windows crateis_x64 method to Process structuse cural::Process;
let process = Process::find("process.exe").expect("no such process");
println!("found {}", process);
let modules = process.get_all_modules().expect("cannot get modules");
println!("modules - {:?}", modules);