diff options
Diffstat (limited to 'csgo-loader/csgo-client/Security/SyscallManager.hpp')
| -rw-r--r-- | csgo-loader/csgo-client/Security/SyscallManager.hpp | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/csgo-loader/csgo-client/Security/SyscallManager.hpp b/csgo-loader/csgo-client/Security/SyscallManager.hpp index 615b646..df3a077 100644 --- a/csgo-loader/csgo-client/Security/SyscallManager.hpp +++ b/csgo-loader/csgo-client/Security/SyscallManager.hpp @@ -11,6 +11,9 @@ #include <UserExperience/UserInterface.hpp>
+#include <Security/RuntimeSecurity.hpp>
+#include <Security/FnvHash.hpp>
+
using ByteArray = std::vector<uint8_t>;
namespace Wrapper
@@ -65,7 +68,7 @@ namespace Wrapper uint64_t Syscall = m_Syscalls[Hash].Get();
if(!Syscall)
- ERROR_ASSERT("[000F:00001B00] Internal software error. Please contact an administrator.");
+ ERROR_ASSERT(STR("[000F:00001B00] Internal software error. Please contact an administrator."));
return (T)m_Syscalls[Hash].Get();
}
|
