Announcing a new #TrollStore installation method for iOS 17.0: TrollRestore š
Uses an interesting method related to backup restoration rather than a kernel exploit. Details to follow.
Announcing a new #TrollStore installation method for iOS 17.0: TrollRestore š
Uses an interesting method related to backup restoration rather than a kernel exploit. Details to follow.
Thanks to dhinakg, see his post : https://x.com/dhinakg/status/1802405645955567958
(I was unable to directly test it myself, because it is currently only compatible with AT&T and T-Mobile...)
Delta ā the app that started it all ā is available NOW in the App Store!
Yes, you read that right: our long-rejected game emulator has been approved by Apple themselves š
If you live outside the EU, download now from the App Store ā no DMA required https://apps.apple.com/app/delta-game-emulator/id1048524688
Got a statically linked glibc āhello worldā running in my silly QEMU project:
Iām trying to speed up QEMU without hardware virtualization by mapping guest code directly into QEMUās host address space and jumping to it (like KQEMU but without a kernel module; or User Mode Linux, but with the kernel still running under TCG).
[ 0.648393] Run /init as init process
vmsa_ttbr_write ffff80008004c35c TTBR0_EL1 426e0000
vmsa_ttbr_write ffff80008004c130 TTBR0_EL1 426e0000
vmsa_ttbr_write ffff80008004c138 TTBR1_EL1 20000426f0001
vmsa_ttbr_write ffff80008004c140 TTBR0_EL1 2000048808201
fault! fbefbdff0
tlb flush! 1 tlb_flush_one_mmuidx_locked 2
fault! fbef28b00
fault! fbefc2ea0
fault! fbef46860
fault! fbef3e4d0
fault! fbef61fc0
fault! aabb607d0
about to resume: 18ca28ec4
fault! fbef53090
fault! fbef952e0
tlb flush! 1 tlb_flush_one_mmuidx_locked 4
fault! fbef83458
fault! fbef7ac90
tlb flush! 1 tlb_flush_one_mmuidx_locked 4
fault! fbef10020
Hello world :D 0
Hello world :D 1
Hello world :D 2
Hello world :D 3
Hello world :D 4
Hello world :D 5
Hello world :D 6
Hello world :D 7
Hello world :D 8
Hello world :D 9
[ 0.697763] Kernel panic - not syncing: Attempted to kill init! exitcode=0x00002a00
[ 0.700433] CPU: 0 PID: 1 Comm: init Tainted: G W 6.5.0-9-generic-64k #9-Ubuntu
[ 0.700734] Hardware name: linux,dummy-virt (DT)
[ 0.700933] Call trace:
[ 0.701106] dump_backtrace+0xa0/0x150
[ 0.701637] show_stack+0x24/0x50
[ 0.701734] dump_stack_lvl+0x78/0xf8
[ 0.701822] dump_stack+0x1c/0x38
[ 0.701898] panic+0x360/0x400
[ 0.701971] do_exit+0x56c/0x5d8
[ 0.702044] do_group_exit+0x40/0xa8
[ 0.702122] __arm64_sys_exit_group+0x24/0x30
[ 0.702251] invoke_syscall+0x7c/0x128
[ 0.702331] el0_svc_common.constprop.0+0x5c/0x168
[ 0.702427] do_el0_svc+0x38/0x68
[ 0.702499] el0_svc+0x30/0xe0
[ 0.702571] el0t_64_sync_handler+0x148/0x158
[ 0.702662] el0t_64_sync+0x1b0/0x1b8
[ 0.703020] Kernel Offset: disabled
[ 0.703107] CPU features: 0x00000000,380100a1,8001720b
[ 0.703364] Memory Limit: none
[ 0.703661] ---[ end Kernel panic - not syncing: Attempted to kill init! exitcode=0x00002a00 ]---fix YouTube crashing on palera1n on 17.2+
set boot argument thid_should_crash=0
example: palera1n -le thid_should_crash=0
thanks @kok3shidoll
for figuring this out
