Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mikehorn-git/pslist


https://github.com/mikehorn-git/pslist

Last synced: about 10 hours ago
JSON representation

Awesome Lists containing this project

README

        

# Description
School Project

# Requirements
* [Msbuild](https://visualstudio.microsoft.com/downloads/)

# Compilation
```batch
.\compile.bat
```

# Usage
* .\pslist.exe -d : View threads of the specified process ID..
* .\pslist.exe : View processes with the specified name.
* .\pslist.exe -t : Display threads for listed processes.
* .\pslist.exe --help | -h : Display this help.

# Authors
* [Phobetor](https://github.com/Phobetore)
* [MikeHorn-git](https://github.com/MikeHorn-git)