File tree 2 files changed +6
-4
lines changed 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 2
2
3
3
#include < Platform.hpp>
4
4
5
+ #include < string>
6
+
5
7
#if defined SYSTEM_WINDOWS
6
8
7
9
#if defined ARCHITECTURE_X86_64
Original file line number Diff line number Diff line change @@ -97,7 +97,7 @@ namespace Symbols
97
97
98
98
const std::vector<Symbol> HandleChange = {
99
99
Symbol::FromSignature ( " \x48\x89\x5c\x24\x10\x48\x89\x74\x24\x18\x48\x89\x7c\x24\x20\x55\x48\x8d\x6c\x24\xa9\x48\x81\xec\xb0\x00\x00\x00\x48\x8b\x05\x2A " )
100
- }
100
+ };
101
101
102
102
#elif defined ARCHITECTURE_X86
103
103
@@ -205,7 +205,7 @@ namespace Symbols
205
205
206
206
const std::vector<Symbol> HandleChange = {
207
207
Symbol::FromSignature ( " \x55\x8b\xec\x83\xec\x60\x56\x8b\x75\x08\x8d\x45\xd0\x57\x56\x50\xe8\x2a\x2a\x2a\x00\x83\xc4\x08\x83\x7d\xe0\x00\x0f\x84\x60\x02 " )
208
- }
208
+ };
209
209
210
210
#endif
211
211
@@ -468,7 +468,7 @@ namespace Symbols
468
468
469
469
#endif
470
470
471
- }
471
+ };
472
472
473
473
#elif defined SYSTEM_MACOSX
474
474
@@ -570,7 +570,7 @@ namespace Symbols
570
570
571
571
const std::vector<Symbol> NET_CreateNetChannel;
572
572
573
- const std::vector<Symbol> HandleChange = { Symbol::FromSignature ( " \x55\x48\x89\xe5\x53\x48\x81\xec\x88\x00\x00\x00\x48\x89\xfb\x48\x8d\x7d\xc8\x48\x89\xde\xe8\x2A\x21\x11\x00\x8a\x4d\xc8\x89\xc8 " ) }
573
+ const std::vector<Symbol> HandleChange = { Symbol::FromSignature ( " \x55\x48\x89\xe5\x53\x48\x81\xec\x88\x00\x00\x00\x48\x89\xfb\x48\x8d\x7d\xc8\x48\x89\xde\xe8\x2A\x21\x11\x00\x8a\x4d\xc8\x89\xc8 " ) };
574
574
575
575
#endif
576
576
You can’t perform that action at this time.
0 commit comments