Building a reverse iOS engineering environment for free

This is following the OWASP Guide: https://github.com/OWASP/owasp-mstg/blob/master/Document/0x06c-Reverse-Engineering-and-Tampering.md

  1. Install Xcode

Xcode

Follow the instructions in the iOS Basic Security Testing to have properly installed Xcode. Download and then install it.

Xcode Command Line Tools

(Extracted from https://railsapps.github.io/xcode-command-line-tools.html)

1. Check if the full Xcode package is already installed:

$ xcode-select -p

2. If you see the following result, the full Xcode package is already installed.

/Applications/Xcode.app/Contents/Developer

Last updated