From a4abf3b98f54c7640f1ca8fad51b30e56f52e9db Mon Sep 17 00:00:00 2001 From: Mark Rowe Date: Wed, 8 Apr 2026 11:23:45 -0700 Subject: [PATCH] Update kernel cache support matrix It incorrectly listed support for iOS versions that predate `MH_FILESET`. --- docs/guide/kernelcache.md | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/docs/guide/kernelcache.md b/docs/guide/kernelcache.md index 80423d7d92..15670340ad 100644 --- a/docs/guide/kernelcache.md +++ b/docs/guide/kernelcache.md @@ -7,16 +7,13 @@ Our support for `kernelcache` is largely open source. The supporting code can be ## Support Matrix -List of supported features for the given `kernelcache` targets: +Kernel caches from these platforms, architectures, and OS versions can be loaded: -| Platform | Arch | Versions | Features | -|----------|--------|----------|-----------------------------| -| macOS | x86_64 | 11 - 26 | Core, Objective-C | -| macOS | arm64 | 11 - 26 | Core, Objective-C | -| iOS | arm64 | 14 - 26 | Core, Objective-C | - -- **Core**: Core functionality, such as loading, navigating, and analyzing `kernelcache` files. -- **Objective-C**: Support for analyzing Objective-C information and symbols within the `kernelcache`. +| Platform | Arch | Versions | +|----------|--------|----------| +| macOS | x86_64 | 11 - 26 | +| macOS | arm64 | 11 - 26 | +| iOS | arm64 | 16 - 26 | ???+ Note "Note" This plugin currently only supports `kernelcache` files in the `MH_FILESET` format.