diff options
| author | boris <wzn@moneybot.cc> | 2018-12-26 00:11:18 +1300 |
|---|---|---|
| committer | boris <wzn@moneybot.cc> | 2018-12-26 00:11:18 +1300 |
| commit | 73cbed632030f7f44d259dea1e2a1b00a17f95a5 (patch) | |
| tree | 5d164191924629007d273b8f57f85cc4b942aa1d /csgo-loader/csgo-client/Security/SyscallManager.cpp | |
| parent | c48c13417c198194b0d2f508a33431b27f5605b8 (diff) | |
obje]se incomepeternt porogrammer wtieres cod
SPWOOOOOoo
Diffstat (limited to 'csgo-loader/csgo-client/Security/SyscallManager.cpp')
| -rw-r--r-- | csgo-loader/csgo-client/Security/SyscallManager.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/csgo-loader/csgo-client/Security/SyscallManager.cpp b/csgo-loader/csgo-client/Security/SyscallManager.cpp index 9de2459..bab2d5f 100644 --- a/csgo-loader/csgo-client/Security/SyscallManager.cpp +++ b/csgo-loader/csgo-client/Security/SyscallManager.cpp @@ -8,7 +8,7 @@ namespace Wrapper {
void SyscallStub::SetIndex(uint32_t Index)
{
- unsigned long OldProtection{};
+ DWORD OldProtection{};
// Make the code executable and set the index.
if(VirtualProtect(m_Shellcode, sizeof m_Shellcode, PAGE_EXECUTE_READWRITE, &OldProtection))
|
