5 ms·
It does not crashes iOS 8.3.
by cfrs 12y ago
It does not crashes iOS 8.3.
- oleavr 12y agoInteresting, that's potentially very good news! To be sure, could you try again with the latest code snippet? I forgot to remove the VM_PROT_EXECUTE flag for non-jailbroken devices.
- cfrs 12y agoNo kernel panic, EXC_BAD_ACCESS in Debug/Release confs. Possibly I have provided wrong prototypes, mach_vm is n/a in iOS: https://gist.github.com/cfr/425812debdb2a6d0449f https://gist.github.com/cfr/425812debdb2a6d0449f
- oleavr 12y agoWhere does it crash? Try bumping the argument on line 21 – if you're unlucky library at index 1 contains mach_vm_read_overwrite and is suddenly no longer executable (since we change its second memory page from R-X to RW- due to stock kernels not allowing RWX pages).
- deleted 12y ago[deleted]
- deleted 12y ago[deleted]