Clutch is a command-line utility designed for security research on jailbroken mobile devices. It functions as a specialized toolkit for identifying, decrypting, and extracting installed mobile application binaries to facilitate manual code inspection and vulnerability assessment. The tool provides capabilities for removing platform-level encryption from protected software, allowing researchers to isolate core executable files from application bundles. By performing memory-mapped file dumping and reconstructing binary headers, it enables the conversion of protected applications into portable,
A tool to check which keychain items are available to an attacker once an iOS device has been jailbroken
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 project redirects function calls by updating lazy and non-lazy symbol pointers within Mach-O binary data segments. This approach enables the interception and modification of existing function behavior without altering the original binary on disk. The toolset covers binary instrumentation and dynamic hooking for iOS applications, facilitating the monitoring and altera
iOS platform security & anti-tampering Swift library
[WIP] Crappy iOS app analyzer
chaitin/passionfruit 的主要功能包括:iOS and macOS Utilities, Mobile Security, Reverse Engineering And Security。
chaitin/passionfruit 的开源替代品包括: ptoomey3/keychain-dumper — A tool to check which keychain items are available to an attacker once an iOS device has been jailbroken. sensepost/objection — Objection is a dynamic instrumentation framework and runtime exploration toolkit for mobile application security… facebook/fishhook — Fishhook is a binary instrumentation library for iOS and iOS simulators. It functions as a Mach-O symbol rebinder and… kjcracks/clutch — Clutch is a command-line utility designed for security research on jailbroken mobile devices. It functions as a… securing/iossecuritysuite — iOS platform security & anti-tampering Swift library. stefanesser/dumpdecrypted — Dumps decrypted mach-o files from encrypted iPhone applications from memory to disk. This tool is necessary for…