Skip to content

Instantly share code, notes, and snippets.

@Shosta
Last active March 10, 2023 16:21
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save Shosta/b61e9e5af2d69e376132d7b29355c064 to your computer and use it in GitHub Desktop.
Save Shosta/b61e9e5af2d69e376132d7b29355c064 to your computer and use it in GitHub Desktop.
Kali Linux: idb Install script: idb_install.sh
apt-get install cmake libqt4-dev git-core libimobiledevice-utils libplist-utils usbmuxd -y
curl -sSL https://get.rvm.io | bash -s stable --ruby
source /usr/local/rvm/scripts/rvm
rvm use 2.1
mkdir ~/iOS && cd ~/iOS
git clone --recursive https://github.com/dmayer/idb.git
cd idb
bundle install
echo "Type 'ruby gidb.rb' to use idb's graphical user interface"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment