Skip to main content

ipsw dyld image

Dump image array info

ipsw dyld image <DSC> <DYLIB> [flags]

Examples

  # List all the apps
❯ ipsw dyld image DSC
# Dump the closure info for a in-cache dylib
❯ ipsw dyld image DSC Foundation
# Dump the closure info for an app
❯ ipsw dyld image DSC /usr/libexec/timed

Options

  -h, --help   help for image

Options inherited from parent commands

      --color           colorize output
--config string config file (default is $HOME/.config/ipsw/config.yaml)
--no-color disable colorize output
-V, --verbose verbose output

SEE ALSO