This repository was archived by the owner on May 22, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -155,7 +155,7 @@ bool Core::find_functions()
155155 }
156156 else
157157 {
158- FIND_OR_DIE (GetStringTableEntry, " 55 89 E5 83 EC ?? 8B 45 ?? 39 05 ?? ?? ?? ?? ?? ?? 8B 04 " );
158+ FIND_OR_DIE (GetStringTableEntry, " 55 89 E5 83 EC ?? 8B 45 ?? 39 05 ?? ?? ?? ?? ?? ?? 8B 04" );
159159 }
160160 FIND_OR_DIE (Suspend, " 55 89 E5 57 31 FF 56 89 C6 53 83 EC ?? 89 F0" ); // regparm3
161161 FIND_OR_DIE (CrashProc, " 55 89 E5 53 83 EC ?? 80 3D ?? ?? ?? ?? ?? 75 ?? C7 04 24 ?? ?? ?? ?? E8 ?? ?? ?? ?? 85 C0 75 ?? C7 04 24 ?? ?? ?? ?? 8D 5D ?? E8 ?? ?? ?? ?? 8B 45 ?? 89 5C 24 ?? C7 04 24 ?? ?? ?? ?? 89 44 24 ?? E8 ?? ?? ?? ?? C7 04 24 ?? ?? ?? ??" );
@@ -209,11 +209,11 @@ bool Core::find_functions()
209209 break ;
210210 case 513 :
211211 FIND_OR_DIE (SetVariable, " 55 89 E5 81 EC ?? ?? ?? ?? 8B 55 ?? 8B 45 ??" );
212- FIND_OR_DIE (GetStringTableIndexUTF8, " 55 89 E5 57 56 89 CE 53 89 D3 83 EC ?? 8B 55 ?? 85 C0" ) // regparm3
212+ FIND_OR_DIE (GetStringTableIndexUTF8, " 55 89 E5 57 56 89 CE 53 89 D3 83 EC ?? 8B 55 ?? 85 C0" ); // regparm3
213213 break ;
214214 case 514 ;
215215 FIND_OR_DIE (SetVariable, " 55 89 E5 81 EC ?? ?? ?? ?? 8B 55 ?? 89 5D ?? 8B 4D" );
216- FIND_OR_DIE (GetStringTableIndexUTF8, " 55 89 E5 57 56 89 CE 53 89 D3 83 EC ?? 8B 55 ?? 85 C0" )
216+ FIND_OR_DIE (GetStringTableIndexUTF8, " 55 89 E5 57 56 89 CE 53 89 D3 83 EC ?? 8B 55 ?? 85 C0" );
217217 break ;
218218 default :
219219 break ;
You can’t perform that action at this time.
0 commit comments