Last active
March 10, 2023 16:21
-
-
Save Shosta/b61e9e5af2d69e376132d7b29355c064 to your computer and use it in GitHub Desktop.
Kali Linux: idb Install script: idb_install.sh
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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