Skip to content

Commit

Permalink
Additional change for 32 bit release.
Browse files Browse the repository at this point in the history
  • Loading branch information
ArturAlekseev committed Sep 11, 2023
1 parent 93e352a commit ab469b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ScyllaHideOlly1Plugin/ScyllaHideOlly1Plugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -487,7 +487,7 @@ extern "C" void DLL_EXPORT _ODBG_Pluginmainloop(DEBUG_EVENT *debugevent)
{
if (!bHooked)
{
ReadNtApiInformation(&g_hdd);
ReadNtApiInformation(&g_hdd,ProcessId);

bHooked = true;
startInjection(ProcessId, &g_hdd, g_scyllaHideDllPath.c_str(), true);
Expand Down
2 changes: 1 addition & 1 deletion ScyllaHideOlly2Plugin/ScyllaHideOlly2Plugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,7 @@ extc void ODBG2_Pluginmainloop(DEBUG_EVENT *debugevent)
{
if (!bHooked)
{
ReadNtApiInformation(&g_hdd);
ReadNtApiInformation(&g_hdd,ProcessId);

bHooked = true;
startInjection(ProcessId, &g_hdd, g_scyllaHideDllPath.c_str(), true);
Expand Down

0 comments on commit ab469b3

Please sign in to comment.