Advertisement
Riremito

JMS v342.1 SendPacket - Memory Scan Bypass

Aug 2nd, 2015
1,064
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. [Enable]
  2. Alloc(VMCRCSP, 128)
  3. Label(VSP_Bypass)
  4.  
  5. VMCRCSP:
  6. cmp eax,01D8FF34
  7. je VSP_Bypass
  8. mov [eax],edx
  9. pushfd
  10. lea esp,[esp+08]
  11. jmp 006DA730
  12.  
  13. VSP_Bypass:
  14. mov [eax],021E3520
  15. pushfd
  16. lea esp,[esp+08]
  17. jmp 006DA730
  18.  
  19. 0061A268:
  20. jmp VMCRCSP
  21.  
  22. [Disable]
  23. 0061A268:
  24. mov [eax],edx
  25. pushfd
  26. lea esp,[esp+08]
  27. jmp 006DA730
  28.  
  29. DeAlloc(VMCRCSP)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement