Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bowarc/pause_button
A simple gui pause button for any application
https://github.com/bowarc/pause_button
Last synced: 25 days ago
JSON representation
A simple gui pause button for any application
- Host: GitHub
- URL: https://github.com/bowarc/pause_button
- Owner: Bowarc
- Created: 2024-07-05T03:36:32.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-07-18T11:47:19.000Z (6 months ago)
- Last Synced: 2024-11-08T08:29:08.347Z (3 months ago)
- Language: Rust
- Size: 28.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
Awesome Lists containing this project
README
# A simple application to pauses / resume a given process
## How to use:
1) Select a process, make sure that you selected the main process (not a random subprocess)
2) The ui will change into a simple pause / resume button, press it to pause and resume your selected processTo select another process, re-start the app !
## Safety
The application is not signed, so you might run into the "Windows Protected Your PC" message.
You'll need to press more info -> run anyway.If you do not trust the releases, well you can see the whole code (It's ugly af tho c:), feel free to compile it yourself !
Tested on Windows 10 w/ rustup 1.26.0 & rustc 1.76.0
## How does it work
Just like your task manager, simple calls to `NtSuspendProcess` and `NtResumeProcess`