tasklist-0.1.8 has been yanked.
tasklist-rs
a small crate let you can easily get tasklist and process information on windows
- based on
windows-rscrate
what information you can get
- process name,pid,parrentID,theradsID.
- process start_time,exit_time,kernel_time,user_time.
- process path and commandline params.
- process SID and Domain/User.
- TODO
process IO infomation - TODO
process memory information - TODO
process handles information - tasklist(all process)
remember some infomation need higher privilege in some specific windows versions
example
use tasklist;
Usage
Add this to your Cargo.toml:
[]
= "0.1.8"