- Learning iOS Penetration Testing
- Swaroop Yermalkar
- 227字
- 2021-07-23 14:49:15
Running apps on iDevice
In the section that we just saw, we executed the application on simulator. Now, let's run the same application on iDevice. While pentesting, we will mostly use iDevice as a target and not the simulator. The iDevice makes it easier to perform security assessment of the application.
We provided the Hello World
application's Xcode project with this chapter. Download the Xcode project, connect your iDevice to Xcode, and perform the following steps:
- Start Xcode with the
Hello World
application and select your iDevice as a target, as follows:Tip
Downloading the example code
You can download the example code files for all the Packt books that you have purchased from your account at http://www.packtpub.com. If you purchased this book elsewhere, you can visit http://www.packtpub.com/support and register in order to have the files e-mailed to you directly.
- You will notice the application icon on iDevice, as follows:
- If you click on the icon, you will notice the same
Hello World
app on your own iDevice, as shown in the following screenshot:
Congratulations! You have just developed a simple Hello World
iOS application and executed it on the simulator and on iDevice.
If you want to install the application binary that is provided with this book directly, then your device needs to be jailbroken. We will study this concept in depth in the upcoming chapters.
- 一步一步學(xué)Spring Boot 2:微服務(wù)項(xiàng)目實(shí)戰(zhàn)
- C#編程入門指南(上下冊)
- C語言程序設(shè)計(jì)實(shí)訓(xùn)教程
- C語言程序設(shè)計(jì)
- Processing互動編程藝術(shù)
- 利用Python進(jìn)行數(shù)據(jù)分析(原書第3版)
- HTML5從入門到精通(第4版)
- 軟件測試教程
- Getting Started with Polymer
- HTML5+CSS3+jQuery Mobile APP與移動網(wǎng)站設(shè)計(jì)從入門到精通
- RESTful Web Clients:基于超媒體的可復(fù)用客戶端
- Flask開發(fā)Web搜索引擎入門與實(shí)戰(zhàn)
- 零基礎(chǔ)PHP從入門到精通
- Learning Redux
- Mastering Machine Learning with scikit-learn