Skip to content

HTTPS clone URL

Subversion checkout URL

You can clone with
or
.
Clone in Desktop Download ZIP
com.apple.dt.fetchsymbols client
C++ C
Failed to load latest commit information.
LICENSE Initial commit
MobileDevice.h Create MobileDevice.h
README.md Add build and usage instructions
main.c Fix some errors and add bounds check.

README.md

dt.fetchsymbols

com.apple.dt.fetchsymbols client.

build

xcrun -sdk macosx clang -F/System/Library/PrivateFrameworks -framework MobileDevice -framework CoreFoundation main.c -o fetchsymbols

usage

fetchsymbols [Options]

Options:

-l - List available files.

-f n path - Download file with index n to path 'path'.

-c path - Download dyld shared cache to path 'path'.

-d path - Download /usr/lib/dyld to path 'path'.

-h - Display this message.

Something went wrong with that request. Please try again.