mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
Merge pull request #14 from PixieCore/master
shorter sig for MSG_EngineError
This commit is contained in:
commit
bdfc30729b
@ -77,7 +77,7 @@ public:
|
|||||||
|
|
||||||
MemoryAddress Deref(int deref = 1)
|
MemoryAddress Deref(int deref = 1)
|
||||||
{
|
{
|
||||||
std::uintptr_t reference = ptr;
|
std::uintptr_t reference = ptr;
|
||||||
|
|
||||||
while (deref--)
|
while (deref--)
|
||||||
{
|
{
|
||||||
|
@ -50,7 +50,7 @@ namespace
|
|||||||
|
|
||||||
#pragma region Utility
|
#pragma region Utility
|
||||||
/*0x140295600*/
|
/*0x140295600*/
|
||||||
FUNC_AT_ADDRESS(org_MSG_EngineError, int(*)(char*, va_list), r5_patterns.PatternSearch("48 89 5C 24 08 48 89 74 24 10 57 48 81 EC 30 08 00 00 48 8B DA 48 8B F9 E8 ?? ?? ?? FF 33 F6 48").GetPtr());
|
FUNC_AT_ADDRESS(org_MSG_EngineError, int(*)(char*, va_list), r5_patterns.PatternSearch("48 89 5C 24 08 48 89 74 24 10 57 48 81 EC 30 08 00 00 48 8B DA").GetPtr());
|
||||||
#pragma endregion
|
#pragma endregion
|
||||||
// Un-used atm.
|
// Un-used atm.
|
||||||
// DWORD64 p_KeyValues_FindKey = /*1404744E0*/ reinterpret_cast<DWORD64>(PatternScan("r5apex.exe", "40 56 57 41 57 48 81 EC ?? ?? ?? ?? 45"));
|
// DWORD64 p_KeyValues_FindKey = /*1404744E0*/ reinterpret_cast<DWORD64>(PatternScan("r5apex.exe", "40 56 57 41 57 48 81 EC ?? ?? ?? ?? 45"));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user