Skip to content

Commit

Permalink
Use debug output, if shared memory is full.
Browse files Browse the repository at this point in the history
  • Loading branch information
Pankaj Garg committed Mar 15, 2015
1 parent 4577093 commit f4867b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/serum/patchIAT.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -610,7 +610,7 @@ ihiPatchedFuncEntry(
*(pFirstParam + 1), *(pFirstParam + 2),
*(pFirstParam + 3), returnValue);
}
// OutputDebugStringA(szStr);
OutputDebugStringA(szStr);
}

if (_stricmp(funcName, "IsDebuggerPresent") == 0)
Expand Down

0 comments on commit f4867b6

Please sign in to comment.