Skip to content
This repository was archived by the owner on May 22, 2025. It is now read-only.

Commit 4c45408

Browse files
committed
This looks important
1 parent f179bb4 commit 4c45408

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

byond-extools/src/core/find_functions.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ bool Core::find_functions()
166166
datum_pointer_table_length = *(unsigned int **)((char *)DelDatum + 12);
167167
datum_pointer_table = *(RawDatum ****)((char *)DelDatum + 20);
168168

169-
current_execution_context_ptr = *(ExecutionContext ***)Pocket::Sigscan::FindPattern(BYONDCORE, "A1 ?? ?? ?? ?? 8D 7D ?? 89 78 ??", 1);
169+
current_execution_context_ptr = *(ExecutionContext ***)Pocket::Sigscan::FindPattern(BYONDCORE, "A1 ?? ?? ?? ?? 85 C0 0F 84 ?? ?? ?? ?? 8B 00 85 C0 0F 84 ?? ?? ?? ?? 8B 00", 1);
170170
misc_entry_table = **(MiscEntry ****)Pocket::Sigscan::FindPattern(BYONDCORE, "A1 ?? ?? ?? ?? 8B 04 98 85 C0 74 ?? 89 04 24 E8 ?? ?? ?? ?? 8B 15 ?? ?? ?? ??", 1);
171171
#endif
172172
return !failed;

0 commit comments

Comments
 (0)