Advertisement
Guest User

Untitled

a guest
Feb 9th, 2016
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.15 KB | None | 0 0
  1. void __fastcall YourHookedFunction(wchar_t * GivenString)
  2. {
  3.     __asm sub eps, 0x18
  4.     std::wcout << GivenString << std::endl;
  5.     __asm jmp OrigFunc+6
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement