Killed: 9 issue on ios 12.1.1 on iphone 6+
Steps To Reproduce:
- 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
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