Adding SuspendThreadDriver

This commit is contained in:
Jonathan Johnson
2023-07-06 13:26:34 -05:00
parent 30aa91f094
commit a3cd065a3e
4 changed files with 1 additions and 1 deletions
Binary file not shown.
+1 -1
View File
@@ -7,7 +7,7 @@
#include <iostream>
//
// Thank you to ZeroMemoryEx for their POC which made me realize you had to intitiate the parameters first via 0x9876C004. Code: https://github.com/ZeroMemoryEx/Blackout/blob/master/Blackout/Blackout.cpp
// Thank you to ZeroMemoryEx for their POC which made me realize I needed INITIALIZE_IOCTL_CODE/0x9876C004. Code: https://github.com/ZeroMemoryEx/Blackout/blob/master/Blackout/Blackout.cpp
//
#define INITIALIZE_IOCTL_CODE 0x9876C004
#define SUSPEND_THREAD_IOCTL_CODE 0x9876C098