summaryrefslogtreecommitdiff
path: root/docs/guide
diff options
context:
space:
mode:
Diffstat (limited to 'docs/guide')
-rw-r--r--docs/guide/kernelcache.md6
-rw-r--r--docs/guide/sharedcache.md6
2 files changed, 6 insertions, 6 deletions
diff --git a/docs/guide/kernelcache.md b/docs/guide/kernelcache.md
index 7615a9d9..3006bff2 100644
--- a/docs/guide/kernelcache.md
+++ b/docs/guide/kernelcache.md
@@ -11,9 +11,9 @@ List of supported features for the given `kernelcache` targets:
| Platform | Arch | Versions | Features |
|----------|--------|----------|-----------------------------|
-| macOS | x86_64 | 11 - 15 | Core, Objective-C |
-| macOS | arm64 | 11 - 15 | Core, Objective-C |
-| iOS | arm64 | 14 - 18 | Core, Objective-C |
+| 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`.
diff --git a/docs/guide/sharedcache.md b/docs/guide/sharedcache.md
index 2f3a6eb1..be253b1c 100644
--- a/docs/guide/sharedcache.md
+++ b/docs/guide/sharedcache.md
@@ -11,9 +11,9 @@ List of supported features for the given shared cache targets:
| Platform | Arch | Versions | Features | Notes |
|----------|--------|----------|-----------------------------------|--------------------------------|
-| macOS | x86_64 | 11 - 15 | Core, Objective-C, Workflow | |
-| macOS | arm64 | 11 - 15 | Core, Objective-C, Workflow | |
-| iOS | arm64 | 11 - 18 | Core, Objective-C, Workflow | |
+| macOS | x86_64 | 11 - 26 | Core, Objective-C, Workflow | |
+| macOS | arm64 | 11 - 26 | Core, Objective-C, Workflow | |
+| iOS | arm64 | 11 - 26 | Core, Objective-C, Workflow | |
| iOS | arm64 | 10 | Core, _~Objective-C_, Workflow | Some objective-c parsing fails |
| iOS | arm64 | 7 - 9 | _~Core_, _~Objective-C_, Workflow | Missing slide info adjustments |