Organismo framework to be injected into Mac Apps to explore them at runtime. https://medium.com/@jon.gabilondo.angulo_7635/how-to-inject-code-into-mach-o-apps-part-i-17ed375f736e
Organismo is a framework to bypass all vital systems of iOS Apps in order to retrieve information and simulate any condition in real life, from network conditions to motion and location. It works in conjuction with Organismo-Desktop as a visualizer and generator of virtual scenerarios.
This repository comes with sample Apps for a quick start. Open the Organismo workspace in this repository. Select one of the Sample Apps, change the Team & Certificate and run it on your device. The App will be running with Organismo bypass ready to comunicate with Organismo-Desktop.
Build the Organismo framework target from the Xcode workspace in this repository. You may take the the framework already compiled from "dist" subfolder.
The App must embed the Organismo-iOS-Driver framework. This means that the framework must be copied to the Apps Frameworks folder. Xcode provides an easy way to embed a framework. Look in the target's General section.
It is possible to inject the framework into already compiled Apps (.ipa files). Look into bypass repository.
Organismo-iOS-Driver framework opens a port in 5567 to communicate. Use Organismo-Desktop to connect to the App.