Guest User

Untitled

a guest
May 29th, 2018
268
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. CONTEXT ctx;
  2. memset(&ctx, 0, sizeof(ctx));
  3.  
  4. GetThreadContext(hThread, &ctx);
  5. ctx.Eip--;
  6. SetThreadContext(hThread, &ctx);
Advertisement
Add Comment
Please, Sign In to add comment