You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
copy to /usr/lib/.
# cp dumpdecrypted.dylib into /usr/lib
Make sure it has appropriate permissions so that user mobile can read and execute it
-rwxr-xr-x 1 root wheel 214032 Oct 3 16:06 /usr/lib/dumpdecrypted.dylib
change user to mobile:
# su mobile
change directory into somewhere that mobile can write to:
# cd /var/mobile/Documents
execute the command with absolute paths:
# DYLD_INSERT_LIBRARIES=/usr/lib/dumpdecrypted.dylib /var/containers/Bundle/Application/...../MyApp.app/MyApp
The text was updated successfully, but these errors were encountered:
Killed: 9 issue on ios 12.1.1 on iphone 6+
Steps To Reproduce:
# cp dumpdecrypted.dylib into /usr/lib
Make sure it has appropriate permissions so that user mobile can read and execute it
-rwxr-xr-x 1 root wheel 214032 Oct 3 16:06 /usr/lib/dumpdecrypted.dylib
# su mobile
# cd /var/mobile/Documents
# DYLD_INSERT_LIBRARIES=/usr/lib/dumpdecrypted.dylib /var/containers/Bundle/Application/...../MyApp.app/MyApp
The text was updated successfully, but these errors were encountered: