awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
chaitin avatar

chaitin/passionfruitArchived

0
View on GitHub↗
1,669 星标·226 分支·Vue·MIT·4 次浏览

Passionfruit

[WIP] Crappy iOS app analyzer

Features

  • iOS and macOS Utilities - Web-based GUI for iOS app black-box assessment.
  • Mobile Security - Blackbox assessment tool for iOS applications.
  • Reverse Engineering And Security - Simple iOS app blackbox assessment tool powered by Frida.

Star 历史

chaitin/passionfruit 的 Star 历史图表chaitin/passionfruit 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Start searching with AI

Passionfruit 的开源替代方案

相似的开源项目,按与 Passionfruit 的功能重合度排序。
  • kjcracks/clutchKJCracks 的头像

    KJCracks/Clutch

    3,810在 GitHub 上查看↗

    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,

    Objective-C
    在 GitHub 上查看↗3,810
  • ptoomey3/keychain-dumperptoomey3 的头像

    ptoomey3/Keychain-Dumper

    1,420在 GitHub 上查看↗

    A tool to check which keychain items are available to an attacker once an iOS device has been jailbroken

    Objective-C
    在 GitHub 上查看↗1,420
  • facebook/fishhookfacebook 的头像

    facebook/fishhook

    5,418在 GitHub 上查看↗

    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

    C
    在 GitHub 上查看↗5,418
  • securing/iossecuritysuitesecuring 的头像

    securing/IOSSecuritySuite

    2,675在 GitHub 上查看↗

    iOS platform security & anti-tampering Swift library

    Swift
    在 GitHub 上查看↗2,675
查看 Passionfruit 的所有 30 个替代方案→

常见问题解答

chaitin/passionfruit 是做什么的?

[WIP] Crappy iOS app analyzer

chaitin/passionfruit 的主要功能有哪些?

chaitin/passionfruit 的主要功能包括:iOS and macOS Utilities, Mobile Security, Reverse Engineering And Security。

chaitin/passionfruit 有哪些开源替代品?

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…