File tree 2 files changed +2
-2
lines changed
docs/content/docs/commands
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ Make it pretty 💄🐷 using [bat](https://github.com/sharkdp/bat)
48
48
49
49
``` bash
50
50
$ 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 "
52
52
```
53
53
54
54
``` s
Original file line number Diff line number Diff line change @@ -438,7 +438,7 @@ $ ipsw dyld disass --image Foundation dyld_shared_cache _NSLog
438
438
• Parsing MachO global offset table...
439
439
```
440
440
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
442
442
443
443
``` s
444
444
_NSLog:
You can’t perform that action at this time.
0 commit comments