diff options
Diffstat (limited to 'csgo-loader/csgo-client/Security/SyscallManager.hpp')
| -rw-r--r-- | csgo-loader/csgo-client/Security/SyscallManager.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/csgo-loader/csgo-client/Security/SyscallManager.hpp b/csgo-loader/csgo-client/Security/SyscallManager.hpp index 5e33821..615b646 100644 --- a/csgo-loader/csgo-client/Security/SyscallManager.hpp +++ b/csgo-loader/csgo-client/Security/SyscallManager.hpp @@ -50,8 +50,8 @@ namespace Wrapper std::map<uint64_t, SyscallStub> m_Syscalls;
// Helper functions.
- uint64_t GetRawOffsetByRva(IMAGE_SECTION_HEADER *SectionHeader, uint64_t Sections, uint64_t FileSize, uint64_t Rva);
- IMAGE_SECTION_HEADER *GetSectionByRva(IMAGE_SECTION_HEADER *SectionHeader, uint64_t Sections, uint64_t Rva);
+ uintptr_t GetRawOffsetByRva(IMAGE_SECTION_HEADER *SectionHeader, uintptr_t Sections, uintptr_t FileSize, uintptr_t Rva);
+ IMAGE_SECTION_HEADER *GetSectionByRva(IMAGE_SECTION_HEADER *SectionHeader, uintptr_t Sections, uintptr_t Rva);
public:
// Initialises the syscall manager, dumping all the
|
