• Home
  • AWS
  • Automation
    • Ansible
    • Hashicorp
      • Centos JetBrains Packer
      • Cloudinit
      • Hashicorp Terraform
      • Hashicorp Vault
      • Vanilla Packer ESX Scripts
      • Vmware Govc Cloudinit
    • Katello
      • Foreman Usage
      • Katello CentOS 7
      • Katello CentOS 8
      • Katello Setup
      • Katello Usage
      • Puppet
  • Docker
    • Docker Basics
    • Docker Setup
  • Google Cloud Platform
    • GCP Setup
  • Kubernetes
    • 2020 k8s-k3s notes
    • 2020 rancher k8s notes
    • Kubespray
    • Local Mac k8s
    • Rancher
  • Linux
    • Centos Config
    • Postgres
    • Powerline
    • Random Unix Gems
    • Tmux
    • Ubuntu Config
    • Zsh
    • ip command
  • Mac
    • Apple Remote Desktop
    • Mac Keychain
    • Random Mac Gems
  • Microsoft Azure
    • Azure Setup
  • Miscellaneous
    • SSL / Certificate Authority
  • Networking
    • Arista
    • Cisco 3850
    • Iperf
    • Wireshark SSL Handshake
  • Palo Alto
    • Palo Cheat Sheet
    • Palo Notes
  • Python
  • Reverse Engineering
    • IOS App Dump / Decrypt
    • XCode 11 LLDB Python 2
  • VMware
    • Mac VMware
    • NSX-T 3.0 Notes
    • NSX-T Links
    • NSX-T Networking
    • OVF / OVA
    • PowerCLI
    • Upgrading
    • VMware APIs
    • VMware Networking
    • VSphere / ESXi
    • govc
  • Windows
    • Azure Notes
    • Powershell
    • WSL2
    • Windows 10
    • Windows Server

  • Clear History

2019 - Greg Notch

Documentation > Reverse Engineering > IOS App Dump / Decrypt
      • overview
      • frida-ios-dump
      • ssh over usb (libusb)
      • frida
      • tracing with friday
      • python2 virtualenv

IOS App Dump / Decrypt

overview

https://ivrodriguez.com/decrypting-ios-applications-ios-12-edition/

https://medium.com/@felipejfc/the-ultimate-guide-for-live-debugging-apps-on-jailbroken-ios-12-4c5b48adf2fb

brew install usbmuxd
git clone https://github.com/AloneMonkey/frida-ios-dump
cd frida-ios-dump
python2 -m virtualenv .
source bin/activate
pip install -r requirements.txt
iproxy 2222 22
./dump.py [APPNAME]

frida-ios-dump

https://github.com/AloneMonkey/frida-ios-dump

ssh over usb (libusb)

https://iphonedevwiki.net/index.php/SSH_Over_USB

frida

https://www.frida.re/docs/ios/#with-jailbreak

tracing with friday

https://techblog.mediaservice.net/2017/09/tracing-arbitrary-methods-and-function-calls-on-android-and-ios

python2 virtualenv

https://help.dreamhost.com/hc/en-us/articles/215489338-Installing-and-using-virtualenv-with-Python-2