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

Commit 2a77632

Browse files
committed
take 2
1 parent 60026d7 commit 2a77632

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
@@ -118,7 +118,7 @@ bool Core::find_functions()
118118
x_ref_count_call = (char *)Pocket::Sigscan::FindPattern(BYONDCORE, "FF 75 10 E8 ?? ?? ?? ?? FF 75 0C 8B F8 FF 75 08 E8 ?? ?? ?? ?? 57", 17);
119119
IncRefCount = (IncRefCountPtr)(x_ref_count_call + *(int *)x_ref_count_call + 4);
120120

121-
char *datum_inc_function = (char *)Pocket::Sigscan::FindPattern(BYONDCORE, "55 8b ec 8b 4d 08 3b 0d ?? ?? ?? ?? 73 11 a1 ?? ?? ?? ?? 8b 04 88 85 c0 74 05 ff 40 14 5d c3 6a 21 51 e8 ?? ?? ?? ??");
121+
char *datum_inc_function = (char *)Pocket::Sigscan::FindPattern(BYONDCORE, "55 8b ec 8b 4d 08 3b 0d ?? ?? ?? ?? 73 11 a1 ?? ?? ?? ?? 8b 04 88 85 c0 74 05 ff 40 10 5d c3 6a");
122122
datum_pointer_table_length = *(unsigned int **)(datum_inc_function + 8);
123123
datum_pointer_table = *(RawDatum ****)(datum_inc_function + 15);
124124

0 commit comments

Comments
 (0)