diff options
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 0104dae..bab2d5f 100644 --- a/csgo-loader/csgo-client/Security/SyscallManager.cpp +++ b/csgo-loader/csgo-client/Security/SyscallManager.cpp @@ -81,7 +81,7 @@ namespace Wrapper }
// Sick macros, retard.
- #define GetRvaPointer(Rva) (Buffer + GetRawOffsetByRva(SectionHeader, SectionCount, FileSize, Rva))
+#define GetRvaPointer(Rva) (Buffer + GetRawOffsetByRva(SectionHeader, SectionCount, FileSize, Rva))
bool SyscallManager::Start()
{
|
