We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b854ab1 commit baa5c8eCopy full SHA for baa5c8e
PluginGeneric/Injector.cpp
@@ -689,14 +689,9 @@ bool RemoveDebugPrivileges(HANDLE hProcess)
689
return false;
690
}
691
692
-#define DbgBreakPoint_FUNC_SIZE 2
693
-#ifdef _WIN64
694
-#define DbgUiRemoteBreakin_FUNC_SIZE 0x42
695
-#define NtContinue_FUNC_SIZE 11
696
-#else
697
-#define DbgUiRemoteBreakin_FUNC_SIZE 0x54
698
-#define NtContinue_FUNC_SIZE 0x18
699
-#endif
+#define DbgBreakPoint_FUNC_SIZE 0x10
+#define DbgUiRemoteBreakin_FUNC_SIZE 0x80
+#define NtContinue_FUNC_SIZE 0x40
700
701
typedef struct _PATCH_FUNC {
702
PCHAR funcName;
0 commit comments