diff options
| author | Jordan Wiens <jordan@psifertex.com> | 2025-04-17 17:46:26 +0100 |
|---|---|---|
| committer | Peter LaFosse <peter@vector35.com> | 2025-04-18 08:09:12 -0400 |
| commit | 6e3e682b3409b17dbb63b4ba445be5c120e62fd6 (patch) | |
| tree | b7ea14e8c0f42147aea40b71601e067ebc19a246 /docs | |
| parent | 2ac9524a056b108a4cfada68f493b71b17587bd8 (diff) | |
fix copy/pasta
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/guide/sharedcache.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/guide/sharedcache.md b/docs/guide/sharedcache.md index 4b6322ef..979af70d 100644 --- a/docs/guide/sharedcache.md +++ b/docs/guide/sharedcache.md @@ -39,7 +39,7 @@ The local shared cache on macOS is located at `/System/Volumes/Preboot/Cryptexes Binary Ninja currently only supports `dyld_shared_cache` files that have been extracted into a flat directory, so you will need to extract the IPSW (if there is one) first. After extraction, we expect files similar to the following: - - `your_project_folder` + - `your_directory` - `dyld_shared_cache_arm64` (**Primary**) - `dyld_shared_cache_arm64.01` (Secondary, optional) - `dyld_shared_cache_arm64.02` (Secondary, optional) |
