diff options
author | BobTheBob9 <for.oliver.kirkham@gmail.com> | 2022-07-24 22:28:04 +0100 |
---|---|---|
committer | BobTheBob9 <for.oliver.kirkham@gmail.com> | 2022-07-24 22:28:04 +0100 |
commit | b30a385fc25dad05e568ae8538f5aa3656c5c8d4 (patch) | |
tree | 70741c64398517738b5cf430b466d3085e33d7a8 | |
parent | 52dc6d143fec8eabb9958bacbdbf6f1b4b4af592 (diff) | |
download | NorthstarLauncher-b30a385fc25dad05e568ae8538f5aa3656c5c8d4.tar.gz NorthstarLauncher-b30a385fc25dad05e568ae8538f5aa3656c5c8d4.zip |
accidentally pushed broke code oops
-rw-r--r-- | NorthstarDLL/exploitfixes_utf8parser.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/NorthstarDLL/exploitfixes_utf8parser.cpp b/NorthstarDLL/exploitfixes_utf8parser.cpp index 8d6399fb..91d90242 100644 --- a/NorthstarDLL/exploitfixes_utf8parser.cpp +++ b/NorthstarDLL/exploitfixes_utf8parser.cpp @@ -8,8 +8,6 @@ INT64(__fastcall* sub_F1320)(DWORD a1, char* a2); // Reimplementation of an exploitable UTF decoding function in titanfall
bool __fastcall CheckUTF8Valid(INT64* a1, DWORD* a2, char* strData)
{
- static auto = ()NSMem::PatternScan("engine.dll", );
-
DWORD v3; // eax
char* v4; // rbx
char v5; // si
|