diff options
| author | boris <wzn@moneybot.cc> | 2019-01-01 20:53:10 +1300 |
|---|---|---|
| committer | boris <wzn@moneybot.cc> | 2019-01-01 20:53:10 +1300 |
| commit | 00b271f265450850336c8bcfdacc8671dbc8406a (patch) | |
| tree | 975b2257495295c077320955c33fd2744c0e00ca /csgo-loader/csgo-client/Security/SyscallManager.hpp | |
| parent | 7a3b48831bfc9c4aa8c39c1e42d5bf5dd73e43c5 (diff) | |
yah
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();
}
|
