iOS app introspection Jailbreak in 2024 Steps Find jailbreak Prepare iOS device Prepare XCode for older iOS versions Create Provisioning Profile in XCode
xCode and iOS Simulator tricks iOS-Deploy List Bundle IDs on real iOS device ios-deploy -B Command line deploy app over USB ios-deploy -W -b foobar.app Install, run and debug iOS app on real device from command line ios-deploy -d -W -b <DerivedDatapath to app build>/Debug-iphoneos/tinyDormant.app Build Scripts
OpenSSL Playground Certificates # human readable crt file openssl x509 -in stackexchangecom.crt -text -noout # human readable pem file openssl x509 -in cert.pem -text -noout