Guest User

Untitled

a guest
Jul 23rd, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. VirtualProtect((void *)ZPOSTREQUESTSPAWN_PACKET, 2, PAGE_EXECUTE_READWRITE, &oldProtect);
  2.  
  3. FlushInstructionCache(GetCurrentProcess(), (void *)NINJAJUMP, 2);
  4.  
  5. memcpy((void *)ZPOSTREQUESTSPAWN_PACKET, "\x3A\x27", 2);
  6.  
  7. VirtualProtect((void *)ZPOSTREQUESTSPAWN_PACKET, 2, oldProtect, &oldProtect);
Add Comment
Please, Sign In to add comment