Skip to content

Commit 714c34e

Browse files
committed
chore: update docs
1 parent d8ecbf7 commit 714c34e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/content/docs/commands/disassemble.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Make it pretty 💄🐷 using [bat](https://github.com/sharkdp/bat)
4848

4949
```bash
5050
$ ipsw disass --vaddr 0xFFFFFFF007B44000 kernelcache.release.iphone13.decompressed \
51-
| bat -l s --tabs 0 -p --theme Nord
51+
| bat -l s --tabs 0 -p --theme Nord --wrap=never --pager "less -S"
5252
```
5353

5454
```s

docs/content/docs/commands/dyld.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -438,7 +438,7 @@ $ ipsw dyld disass --image Foundation dyld_shared_cache _NSLog
438438
• Parsing MachO global offset table...
439439
```
440440

441-
> **NOTE:** You can speed up symbol lookups by supplying the `--image` flag
441+
> **NOTE:** You can speed up symbol lookups by supplying the `--image` flag or you can use the `--vaddr` flag
442442
443443
```s
444444
_NSLog:

0 commit comments

Comments
 (0)