- 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.
- ClickHouse性能之巔:從架構設計解讀性能之謎
- Mastering JavaScript Object-Oriented Programming
- CentOS 7 Server Deployment Cookbook
- 控糖控脂健康餐
- Python程序設計(第3版)
- Machine Learning with R Cookbook(Second Edition)
- VMware vSphere 6.7虛擬化架構實戰指南
- 深度強化學習算法與實踐:基于PyTorch的實現
- iOS開發實戰:從入門到上架App Store(第2版) (移動開發叢書)
- 從零開始學C語言
- Java SE實踐教程
- 微信小程序開發實戰:設計·運營·變現(圖解案例版)
- FPGA嵌入式項目開發實戰
- 區塊鏈項目開發指南
- 網絡數據采集技術:Java網絡爬蟲實戰