Comment by gnabgib
2 days ago
Discussion on upstream repo (356 points, 2022, 144 comments) https://news.ycombinator.com/item?id=43592409
2 days ago
Discussion on upstream repo (356 points, 2022, 144 comments) https://news.ycombinator.com/item?id=43592409
Looking at the issue tracker it sounds like they've made significant progress since then.
Progress update, https://eshard.com/posts/emulating-ios-14-with-qemu-part2
In other news, Cellebrite acquired Corellium iOS/Android virtualization for $170M, https://news.ycombinator.com/item?id=44221982
The eShard thing and this GitHub are fairly different, as far as I know.
The eShard people found an earlier version of this repository and set about patching one billion parts of the iOS kernel, library cache, and userland to make it run on the limited emulator.
Meanwhile, the actual emulator has been advancing, arguably more quickly than the eShard patch set.
The current set of patches needed for the latest commits on this repo to run iOS are less than 10 instructions, all to enable the software-rendering/framebuffer fallback code path instead of trying to use display drivers.
https://github.com/ChefKissInc/QEMUAppleSilicon/wiki/Filesys...
4 replies →
Presumably to build a exploit test framework.