android - What is the meaning of 0xdeadcab1 fault address -
i have observed value in r3 or x8 register (on arm) handful of times when crashing in native code on android. crash caused signal 11 (sigsegv), code 1 (segv_maperr). wondering if specific value 0xdeadcab1 offers additional information (like 0xdeadbaad indicates heap corruption) or synonymous sigsegv/segv_maperr?
Comments
Post a Comment