Update Main.c

This commit is contained in:
thefLink
2022-02-01 21:20:38 +01:00
committed by GitHub
parent 1fef72fb6c
commit a0c74c7106
-3
View File
@@ -11,9 +11,6 @@ extern DoSyscall();
PVOID findNtDll(void);
DWORD getSyscall(DWORD crypted_hash, Syscall* pSyscall);
// https://github.com/Microwave89/createuserprocess/blob/master/createuserprocess/main.c
int
main(int argc, char** argv) {