From 5f21429815bfa13bc167aff4a9785424675b82b6 Mon Sep 17 00:00:00 2001 From: Josh Ferrell Date: Thu, 11 Sep 2025 18:29:59 -0400 Subject: Docs grammar and spelling fixes --- docs/guide/sharedcache.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'docs/guide/sharedcache.md') diff --git a/docs/guide/sharedcache.md b/docs/guide/sharedcache.md index be253b1c..e3bb875b 100644 --- a/docs/guide/sharedcache.md +++ b/docs/guide/sharedcache.md @@ -1,9 +1,8 @@ # Shared Cache -Shared cache support in Binary Ninja provides you with tools to selectively load specific images, search for -specific symbols, and follow analysis references between any images loaded from a `dyld_shared_cache` in one view. +Shared cache support in Binary Ninja provides you with tools to selectively load specific images, search for specific symbols, and follow analysis references between any images loaded from a `dyld_shared_cache` in one view. -Our support for `dyld_shared_cache` is largely open source. The supporting code can can be found in our public API repository [here](https://github.com/Vector35/binaryninja-api/tree/dev/view/sharedcache). Instructions for setting up your development environment and building plugins like this yourself can be found in our [Developer Guide](../dev/plugins.md#writing-native-plugins). Contributions are welcome! +Our support for `dyld_shared_cache` is largely open source. The supporting code can be found in our public API repository [here](https://github.com/Vector35/binaryninja-api/tree/dev/view/sharedcache). Instructions for setting up your development environment and building plugins like this yourself can be found in our [Developer Guide](../dev/plugins.md#writing-native-plugins). Contributions are welcome! ## Support Matrix @@ -80,7 +79,7 @@ opening a `dyld_shared_cache` and is how you add images to the actual binary vie === "Images" Shows a list of all images within the `dyld_shared_cache` and their virtual addresses. - + - Double click on an image to load - Select image(s) and click button "Load Selected" to load multiple images at once - Select image(s) and right click if you want more options for loading images @@ -93,7 +92,7 @@ opening a `dyld_shared_cache` and is how you add images to the actual binary vie - Double click on a symbol to load the associated image, or use the "Load Image" button ![Shared Cache Symbols](../img/dsc/triage-symbols.png "Shared Cache Symbols") - + === "Mappings & Regions" Shows information about the entry mappings and the cache regions. -- cgit v1.3.1