How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.
Objection is a dynamic instrumentation framework and runtime exploration toolkit for mobile application security analysis. It provides a command-line interface to interact with the memory and state of iOS and Android applications during active execution, serving as a toolkit for runtime analysis and security testing. The project distinguishes itself by providing specialized capabilities to bypass common mobile security controls, including SSL pinning, biometric authentication, and root or jailbreak detection. It enables the extraction of sensitive credentials and data from secure storage syst
A tool to check which keychain items are available to an attacker once an iOS device has been jailbroken
BiliRoamingX is a collection of binary modifications and an application feature unlocker for a mobile client. It functions as a set of patches designed to unlock hidden features, remove regional restrictions, and modify the behavior and appearance of the application. The project utilizes a customization framework to remove unwanted page elements and adjust interface scales. It includes a media playback optimizer that forces default high resolutions and enables custom playback speeds for video streams. The modification suite covers regional restriction bypasses, content feed filtering, and su
Fishhook is a binary instrumentation library for iOS and iOS simulators. It functions as a Mach-O symbol rebinder and instrumenter, allowing for the replacement of system library implementations with custom logic at runtime.
The main features of facebook/fishhook are: Dynamic Hooking, Binary Instrumentation, Mach-O Symbol Rebinding, Dynamic Hooking Libraries, Application Instrumentation, Linker Redirection, Runtime Memory Redirection, iOS and macOS Utilities.
Projects with overlapping indexed features include: sensepost/objection — Objection is a dynamic instrumentation framework and runtime exploration toolkit for mobile application security… chaitin/passionfruit — [WIP] Crappy iOS app analyzer. ptoomey3/keychain-dumper — A tool to check which keychain items are available to an attacker once an iOS device has been jailbroken. biliroamingx/biliroamingx — BiliRoamingX is a collection of binary modifications and an application feature unlocker for a mobile client. It… google/afl — AFL is a coverage-guided fuzzer and security vulnerability scanner used to identify software bugs and memory… dvyukov/go-fuzz — go-fuzz is a coverage-guided randomized testing tool for identifying crashes and logic bugs in Go code. It consists of…