Skip to content

Commit

Permalink
Update installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
keith committed Aug 3, 2021
1 parent 52efed9 commit 40c0f24
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,22 @@ these libraries from the cache for reverse engineering.

Extract the default shared cache to `/tmp/libraries`:

```bash
```sh
dyld-shared-cache-extractor /System/Library/dyld/dyld_shared_cache_arm64e /tmp/libraries
```

## Installation

```bash
brew install dyld-shared-cache-extractor
[Homebrew](https://brew.sh):

```sh
brew install keith/formulae/dyld-shared-cache-extractor
```

Manually, after [installing rust](https://rustup.rs):

```sh
cargo install --locked --path .
```

## More details
Expand Down

0 comments on commit 40c0f24

Please sign in to comment.