mirror of
https://github.com/thefLink/Hunt-Weird-Syscalls
synced 2026-06-24 08:41:12 +00:00
11 lines
159 B
C
11 lines
159 B
C
#include "windows.h"
|
|
#include "threadcontext_jumper_randomized.h"
|
|
|
|
int main(int argc, char** argv) {
|
|
|
|
NtSetContextThread(-1, NULL);
|
|
|
|
getchar();
|
|
|
|
return 0;
|
|
} |