简体   繁体   中英

Using Frida on XCode Simulator

Does anyone has experience with setting up Frida to work with XCode Simulator? I have been searching online but this is the closest thing I've got ( https://programmersought.com/article/54464074345/ ) However, when I compile and run the app on simulator, I did not see what was described in "quick smoke test". Any help is very appreciated !

As iOS simulator is essentially running apps on your native mac OS host, you can interacts with apps directly as if they are running on your machine.

In a nutshell:

  • Don't use -U argument as iOS simulator is not a USB device
  • frida-ps should give you a list of running processes, including the apps running on the simulator.
  • The rest of the APIs should work in the same way they do for mac OS host.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM