Skip to content

Commit

Permalink
fix(hooks): source for spring board
Browse files Browse the repository at this point in the history
  • Loading branch information
Curve committed May 12, 2024
1 parent 5347bfb commit dc52b98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hooks.hook.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down

0 comments on commit dc52b98

Please sign in to comment.