checkra1n/PongoOS

Disable ASLR

Opened this issue · 4 comments

Please add a command or plugin to disable:

  • ASLR for usermode apps
  • ASLR for DYLD shared cache

You can find an example here: https://github.com/alephsecurity/xnu-qemu-arm64/wiki/Disable-ASLR-for-dyld_shared_cache-load

It would be good if I could type:

checkra1n -p
pongoterm
aslr disable
bootx

I want to jailbreak my iPhone XR with update iOS 15.2

https://bellis1000.medium.com/disabling-aslr-on-64-bit-ios-3567a993a459 might be useful for this task too.

https://bellis1000.medium.com/disabling-aslr-on-64-bit-ios-3567a993a459 might be useful for this task too.

Thanks. But it’s not so easy.
I hope somebody would have a time to make pongoOS plugin for this. Anyway maybe I can do it later.