-
Notifications
You must be signed in to change notification settings - Fork 0
development TOOL: KillProcess
ShadowKnightMK4 edited this page May 20, 2025
·
2 revisions
What is it
- NOTE THIS IS actively being worked on and may change.
- What this currently does terminate a series of processes via their PID
What routines does it touch:
- DebugAttachProcess
- OpenProcess
- TerminateProcess.
Additionally, to display results, this indirectly uses:
- WriteFile (used for display output)
- GetStdHandle()
Return Values:
- Returns 0 on success and non-zero on errors.
CLI Syntax: midas.exe -killprocess -PID 1 2 3 45 6 ect...