From e3bbd4fb8d3eaff44a16f19e1840e2ecd20387de Mon Sep 17 00:00:00 2001 From: Mason Reed Date: Wed, 16 Apr 2025 16:34:01 -0400 Subject: [SharedCache] Support loading iOS shared caches older than 11 Still need to fix branch island images not being picked up --- docs/guide/sharedcache.md | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) (limited to 'docs/guide/sharedcache.md') diff --git a/docs/guide/sharedcache.md b/docs/guide/sharedcache.md index 979af70d..2f3a6eb1 100644 --- a/docs/guide/sharedcache.md +++ b/docs/guide/sharedcache.md @@ -9,11 +9,15 @@ Our support for `dyld_shared_cache` is largely open source. The supporting code List of supported features for the given shared cache targets: -| Platform | Arch | Versions | Features | -|----------|--------|----------|-----------------------------| -| 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 | +| 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 | | +| iOS | arm64 | 10 | Core, _~Objective-C_, Workflow | Some objective-c parsing fails | +| iOS | arm64 | 7 - 9 | _~Core_, _~Objective-C_, Workflow | Missing slide info adjustments | + +> Features marked with **~** are partially supported and non-critical issues can occur. - **Core**: Core functionality, such as loading, navigating, and analyzing `dyld_shared_cache` files. - **Objective-C**: Support for analyzing Objective-C information and symbols within the shared cache. -- cgit v1.3.1