diff options
| author | Alexander Taylor <alex@vector35.com> | 2025-04-16 17:55:23 -0400 |
|---|---|---|
| committer | Alexander Taylor <alex@vector35.com> | 2025-04-16 17:55:23 -0400 |
| commit | 68a19bde6ba17c1c5efabcfa0b30e4f8d295116f (patch) | |
| tree | 1860a313ca6fc2f7bcbf53c5bb43e2a6af5fc251 /docs/guide | |
| parent | 3302808612184610070879869595224855203884 (diff) | |
Fix broken documentation links.
Diffstat (limited to 'docs/guide')
| -rw-r--r-- | docs/guide/kernelcache.md | 2 | ||||
| -rw-r--r-- | docs/guide/sharedcache.md | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/guide/kernelcache.md b/docs/guide/kernelcache.md index 5fff06f8..d8d4cd11 100644 --- a/docs/guide/kernelcache.md +++ b/docs/guide/kernelcache.md @@ -3,7 +3,7 @@ Kernel 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 an `kernelcache` in one view. -Our support for `kernelcache` 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/kernelcache). Instructions for setting up your development environment and building plugins like this yourself can be found in our [Developer Guide](../dev/plugins.html#writing-native-plugins). Contributions are welcome! +Our support for `kernelcache` 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/kernelcache). 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 diff --git a/docs/guide/sharedcache.md b/docs/guide/sharedcache.md index 3a08b359..82135bd9 100644 --- a/docs/guide/sharedcache.md +++ b/docs/guide/sharedcache.md @@ -3,7 +3,7 @@ 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.html#writing-native-plugins). Contributions are welcome! +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! ## Support Matrix |
