From dc52b98ee9087549ba3ce9c85253efc093cfc43a Mon Sep 17 00:00:00 2001 From: Curve Date: Mon, 13 May 2024 01:53:49 +0200 Subject: [PATCH] fix(hooks): source for spring board --- src/hooks.hook.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hooks.hook.cpp b/src/hooks.hook.cpp index fd54fd7..570a176 100644 --- a/src/hooks.hook.cpp +++ b/src/hooks.hook.cpp @@ -274,7 +274,7 @@ namespace lime bool hook_base::impl::create_springboard() { - spring_board = page::allocate(target, size::jmp_far, rwx); + spring_board = page::allocate(source->addr(), size::jmp_far, rwx); if (!spring_board) {