mostly implement getting a running process
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
use haxor::Process;
|
||||
|
||||
fn main() {
|
||||
dbg!(Process::with_pid(3440).unwrap());
|
||||
dbg!(Process::with_name("notepad.exe").unwrap());
|
||||
}
|
||||
Reference in New Issue
Block a user