Hacker News new | ask | show | jobs
by oleavr 4130 days ago
Where 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).
1 comments

Yes, it crashes with kernel panic now.
Yay!