Version: 2.0.684

Version: 2.0.684
This commit is contained in:
vxunderground
2023-03-04 15:39:23 -06:00
parent 08fc458393
commit 0ee9d00a95
26 changed files with 483 additions and 25 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ BOOL SetHardwareBreakpoint(_In_ DWORD ThreadId, _In_ PUINT_VAR_T Address, _In_ U
goto EXIT_ROUTINE;
}
else
hHandle = InlineGetCurrentThread;
hHandle = GetCurrentThreadNoForward();
if (!GetThreadContext(hHandle, &Context))
goto EXIT_ROUTINE;