-
struggling here... i have iPhone 5S 10.3.3 jailbroken. when run memctl it replies:
Error: Mach-O invalid magic: c8a98330
error: not a valid kernelcache
error: could not initialize kernel image
…
-
Running on an ipad8.10(A12Z) on ios 15.7.2 ----- The kernel was successfully downloaded
Running on an iphone11.2(A12) on ios 15.7.2 ----- got “Downloading kernel”
![img](https://github.com/user-atta…
-
On about 6-7 kexts one for example is IOHIDEventDummyService and IOACIPCFamily. It totally trashes all the psuedocode output with Low-level error: Size too small for fields of structure IOExternalMeth…
-
**Version and Platform (required):**
- Binary Ninja Version: 3.5 Stable
- OS: macOS
**Bug Description:**
Loading an iOS 17 MH_FILESET cache appears to have multiple issues with which segments …
-
I did only test the kernelcache for A11, A12 and A13. if you find unsupported version, log here.
-
The compression algorithm is fairly simple - standard LZSS: https://github.com/marcograss/rust-kernelcache-extractor
-
I'm aware that this is very much of a stretch-goal that I don't actually expect this to be fully done (and some are SVE ones so we don't have a good way to lift this), but I'm gonna post my list, so p…
-
When installing, we need to download the kernel, but we can't do without using an accelerator. We want to build our own server on our own without using an accelerator. How to achieve this? Please prov…
-
Could it be added? I think ghidra is a good alternative to ida so I think it should be added.
-
## Prologue
源于 @[巴格](https://hidden) 的一篇 ata 文章, .
这里会分析下如何从 iOS 的 Userspace 分析到 Kernelspace 的 IOkit 的大致思路.
#### 0. 问题简述
在使用 ` glTexImage2D(GL_TEXTURE_2D, 0, GL_RGBA, texWidth, texHeight,…