Skip to content

Commit

Permalink
updated c example
Browse files Browse the repository at this point in the history
  • Loading branch information
rdbo committed May 30, 2024
1 parent 0a145d1 commit 6b555a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ int main()
printf("[*] Found 'take_damage' function: %p\n", fn_take_damage);

LM_HookCode(fn_take_damage, hk_take_damage, LM_NULLPTR);
printf("[*] 'take_damage' function was hooked! Player will no longer receive damage\n");
printf("[*] 'take_damage' hooked, player will no longer receive damage\n");

return 0;
}
Expand Down

0 comments on commit 6b555a1

Please sign in to comment.