We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 040ba11 commit a1ae67eCopy full SHA for a1ae67e
helpers_extended/source/Symbols.cpp
@@ -180,7 +180,7 @@ namespace Symbols
180
181
const std::vector<Symbol> AdvancedLuaErrorReporter = {
182
Symbol::FromName( "?AdvancedLuaErrorReporter@@YAHPAUlua_State@@@Z" ),
183
- Symbol::FromSignature( "\x55\x8B\xEC\x8B\x0D\x2A\x2A\x2A\x2A\x83\xEC\x4C" )
+ Symbol::FromSignature( "\x55\x8B\xEC\x83\xEC\x5C" )
184
};
185
186
const std::vector<Symbol> NET_ProcessSocket = { Symbol::FromSignature( "\x55\x8B\xEC\x83\xEC\x08\x8B\x0D\x2A\x2A\x2A\x2A\x8B\x81" ) };
0 commit comments