diff options
| author | boris <wzn@moneybot.cc> | 2018-12-29 20:59:57 +1300 |
|---|---|---|
| committer | boris <wzn@moneybot.cc> | 2018-12-29 20:59:57 +1300 |
| commit | bdb6ac5f940008bcd836e3c5f0a708f4b8f04865 (patch) | |
| tree | 9d3ba5e0816dfd6295f8e38e1a865d061f1168e1 /csgo-loader/csgo-client/Security/SyscallManager.hpp | |
| parent | 81a3987fc17f99d2092018ac266882f4533cc27e (diff) | |
protection shit
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
|
