top | item 45757464

(no title)

shreddit | 4 months ago

Of course it is. You just have to reimplement UIKit in ASM, no big deal…

discuss

order

pjmlp|4 months ago

And even that won't do it, because within the constraints of iOS, eventually that framebuffer with software rendering has to be displayed on the screen via an OS API, which is UI Kit.

fingerlocks|4 months ago

It should be possible.

If you enable the JIT entitlement for personal development, then bundle a mach-o into an entitled app. Or compile it directly on the app and mprotect-x to execute it. Is there something else you can’t do that I’m not considering? I might give this a try.