About this project

objection is a runtime mobile exploration toolkit powered by Frida, designed to help assess the security posture of mobile applications without requiring a jailbreak. It supports both iOS and Android. Key capabilities described in the README include: - Inspecting and interacting with container file systems. - Bypassing SSL pinning. - Dumping keychains. - Performing memory-related tasks such as dumping and patching. - Exploring and manipulating objects on the heap. The README notes that much more functionality is documented in the project wiki, and screenshots are also available there. Installation is done via pip: `pip3 install objection`, which provides the `objection` command. Existing installations can be updated with `pip3 install --upgrade objection`. More detailed installation and update instructions are available on the wiki. The project is licensed under the GNU General Public v3 License. It has been featured at Black Hat Arsenal (Europe 2017 and USA 2019).