Advertisement
Guest User

Untitled

a guest
Mar 20th, 2019
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.99 KB | None | 0 0
  1. 130f62: 75 2c jne 130f90 <__clock_nanosleep@@GLIBC_PRIVATE+0x50>
  2. 130f64: b8 e6 00 00 00 mov $0xe6,%eax
  3. 130f69: 0f 05 syscall
  4. 130f6b: 89 c2 mov %eax,%edx
  5. 130f6d: f7 da neg %edx
  6. 130f6f: 3d 00 f0 ff ff cmp $0xfffff000,%eax
  7. 130f74: b8 00 00 00 00 mov $0x0,%eax
  8. 130f79: 0f 47 c2 cmova %edx,%eax
  9. 130f7c: 48 83 c4 28 add $0x28,%rsp
  10. 130f80: c3 retq
  11. 130f81: 0f 1f 80 00 00 00 00 nopl 0x0(%rax)
  12. 130f88: b8 16 00 00 00 mov $0x16,%eax
  13. 130f8d: c3 retq
  14. 130f8e: 66 90 xchg %ax,%ax
  15. 130f90: 48 89 54 24 10 mov %rdx,0x10(%rsp)
  16. 130f95: 89 74 24 0c mov %esi,0xc(%rsp)
  17. 130f99: 89 7c 24 08 mov %edi,0x8(%rsp)
  18. 130f9d: 48 89 4c 24 18 mov %rcx,0x18(%rsp)
  19. 130fa2: e8 39 f7 ff ff callq 1306e0 <pthread_setcanceltype@@GLIBC_2.2.5+0x80>
  20. 130fa7: 4c 8b 54 24 18 mov 0x18(%rsp),%r10
  21. 130fac: 41 89 c0 mov %eax,%r8d
  22. 130faf: 48 8b 54 24 10 mov 0x10(%rsp),%rdx
  23. 130fb4: 8b 74 24 0c mov 0xc(%rsp),%esi
  24. 130fb8: 8b 7c 24 08 mov 0x8(%rsp),%edi
  25. 130fbc: b8 e6 00 00 00 mov $0xe6,%eax
  26. 130fc1: 0f 05 syscall
  27. 130fc3: 44 89 c7 mov %r8d,%edi
  28. 130fc6: 89 44 24 08 mov %eax,0x8(%rsp)
  29. 130fca: e8 71 f7 ff ff callq 130740 <pthread_setcanceltype@@GLIBC_2.2.5+0xe0>
  30. 130fcf: 8b 44 24 08 mov 0x8(%rsp),%eax
  31. 130fd3: eb 96 jmp 130f6b <__clock_nanosleep@@GLIBC_PRIVATE+0x2b>
  32. 130fd5: 66 2e 0f 1f 84 00 00 nopw %cs:0x0(%rax,%rax,1)
  33. 130fdc: 00 00 00
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement