From 83e3b46f012c1161e2aad27e240a2dc4b1d77d12 Mon Sep 17 00:00:00 2001 From: rhunk <101876869+rhunk@users.noreply.github.com> Date: Wed, 18 Jun 2025 16:32:41 +0200 Subject: [PATCH] fix(native): unary call signature Signed-off-by: rhunk <101876869+rhunk@users.noreply.github.com> --- native/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 index 9ccfa387..08f8cf80 100644 --- 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);