Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mikehorn-git/pslist
https://github.com/mikehorn-git/pslist
Last synced: about 10 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/mikehorn-git/pslist
- Owner: MikeHorn-git
- License: mit
- Created: 2024-06-02T09:22:51.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-06-17T17:40:21.000Z (5 months ago)
- Last Synced: 2024-06-17T19:51:57.024Z (5 months ago)
- Language: C
- Homepage:
- Size: 17.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)