Guest User

Untitled

a guest
Dec 16th, 2018
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. set $s = dyld_stub_rand
  2. set $p = ($s+6+*(int*)($s+2))
  3. call (void*)dlsym((void*)dlopen("myrand.dylib"), "my_rand")
  4. set *(void**)$p = my_rand
  5. c
Add Comment
Please, Sign In to add comment