Advertisement
Guest User

Untitled

a guest
Sep 23rd, 2017
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.85 KB | None | 0 0
  1. void * -[Issue ideal](void * self, void * _cmd)
  2. sub sp, sp, #0x40
  3. stp x22, x21, [sp, #0x10]
  4. stp x20, x19, [sp, #0x20]
  5. stp x29, x30, [sp, #0x30]
  6. add x29, sp, #0x30
  7. mov x19, x0
  8.  
  9. void * -[Issue path](void * self, void * _cmd)
  10. stp x26, x25, [sp, #-0x50]!
  11. stp x24, x23, [sp, #0x10]
  12. stp x22, x21, [sp, #0x20]
  13. stp x20, x19, [sp, #0x30]
  14. stp x29, x30, [sp, #0x40]
  15. add x29, sp, #0x40
  16. mov x19, x0
  17.  
  18. void -[ContentView showPageThumb:page:data:guid:](void * self, void * _cmd, void * arg2, long long arg3, void * arg4, void * arg5)
  19. stp x24, x23, [sp, #-0x40]!
  20. stp x22, x21, [sp, #0x10]
  21. stp x20, x19, [sp, #0x20]
  22. stp x29, x30, [sp, #0x30]
  23. add x29, sp, #0x30
  24. mov x20, x5
  25. mov x21, x4
  26. mov x22, x3
  27. mov x19, x0
  28. mov x0, x2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement