commit 83e3b46f012c1161e2aad27e240a2dc4b1d77d12
parent b4d3cfd5e04c798713c0f653e232e55fcafe837b
Author: rhunk <101876869+rhunk@users.noreply.github.com>
Date:   Wed, 18 Jun 2025 16:32:41 +0200

fix(native): unary call signature

Signed-off-by: rhunk <101876869+rhunk@users.noreply.github.com>

Diffstat:
Mnative/rust/src/modules/unary_call_hook.rs | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/native/rust/src/modules/unary_call_hook.rs b/native/rust/src/modules/unary_call_hook.rs @@ -104,7 +104,7 @@ def_hook!( pub fn init() { if let Some(signature) = sig::find_signature( &common::CLIENT_MODULE, - "A8 03 1F F8 C2 00 00 94", -0x48, + "A8 03 1F F8 ?? 00 00 94 ?? ?? ?? 91", -0x48, "0A 90 00 F0 3F F9", -0x37 ) { dobby_hook!(signature as *mut c_void, unary_call);