Advertisement
Guest User

Untitled

a guest
Feb 18th, 2020
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.32 KB | None | 0 0
  1. 401000: 48 8d 7c 24 08 lea rdi,[rsp+0x8]
  2. 401005: 48 89 f8 mov rax,rdi
  3. 401008: c6 47 07 58 mov BYTE PTR [rdi+0x7],0x58
  4. 40100c: c6 47 0c 38 mov BYTE PTR [rdi+0xc],0x38
  5. 401010: c6 47 04 5a mov BYTE PTR [rdi+0x4],0x5a
  6. 401014: c6 07 56 mov BYTE PTR [rdi],0x56
  7. 401017: c6 47 01 52 mov BYTE PTR [rdi+0x1],0x52
  8. 40101b: c6 47 0b 5a mov BYTE PTR [rdi+0xb],0x5a
  9. 40101f: c6 47 02 6b mov BYTE PTR [rdi+0x2],0x6b
  10. 401023: c6 47 0e 70 mov BYTE PTR [rdi+0xe],0x70
  11. 401027: c6 47 09 62 mov BYTE PTR [rdi+0x9],0x62
  12. 40102b: c6 47 03 6b mov BYTE PTR [rdi+0x3],0x6b
  13. 40102f: c6 47 0d 4e mov BYTE PTR [rdi+0xd],0x4e
  14. 401033: c6 47 05 4d mov BYTE PTR [rdi+0x5],0x4d
  15. 401037: c6 47 0f 54 mov BYTE PTR [rdi+0xf],0x54
  16. 40103b: c6 47 06 6b mov BYTE PTR [rdi+0x6],0x6b
  17. 40103f: c6 47 08 4b mov BYTE PTR [rdi+0x8],0x4b
  18. 401043: c6 47 0a 75 mov BYTE PTR [rdi+0xa],0x75
  19. 401047: b8 01 00 00 00 mov eax,0x1
  20. 40104c: 48 89 fe mov rsi,rdi
  21. 40104f: bf 01 00 00 00 mov edi,0x1
  22. 401054: ba 10 00 00 00 mov edx,0x10
  23. 401059: 0f 05 syscall
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement