Advertisement
Guest User

Untitled

a guest
Nov 1st, 2014
193
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. NSZombieEnabled=YES
  2.  
  3. #define EXC_BAD_ACCESS 1 /* Could not access memory */
  4. /* Code contains kern_return_t describing error. */
  5. /* Subcode contains bad memory address. */
  6.  
  7. #define KERN_PROTECTION_FAILURE 2
  8. /* Specified memory is valid, but does not permit the
  9. * required forms of access.
  10. */
  11.  
  12. (lldb) image lookup -va 0xb0987654
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement