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

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

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

CocoaDebug/CocoaDebug

0
View on GitHub↗
4,129 星标·399 分支·Swift·3 次浏览

CocoaDebug

CocoaDebug 是一个 iOS 调试框架,提供了一套用于直接在设备上检查应用程序日志、网络流量和沙盒文件的工具包。它是一套专门用于审计设备硬件、监控性能和检查网络活动的工具集。

该框架包含一个设备端网络检查器,用于捕获和过滤 HTTP 请求及负载,以及一个沙盒文件管理器,用于列出和修改应用程序容器内的文件和文件夹。它还提供了一个设备审计器,用于显示系统构建版本和硬件详细信息,以进行环境验证。

其他功能涵盖了用于检测 UI 阻塞事件和崩溃错误的性能监控,以及用于聚合系统和控制台消息以分析运行时行为的可搜索界面。

Features

  • iOS App Debugging Toolkits - Provides a comprehensive toolkit for inspecting logs, network traffic, and system state on physical iOS devices.
  • App Stability Detection - Identifies UI blocking events and crash errors to diagnose and resolve application instability.
  • Sandbox - Provides a dedicated interface for navigating and modifying files within the application's isolated sandbox.
  • iOS Application Toolkits - Functions as a comprehensive suite of utilities for native iOS development and debugging.
  • iOS Network Debugging - Captures and filters network requests and payloads specifically generated by native iOS applications.
  • On-Device Network Monitoring - Captures and filters HTTP requests and payloads directly on the device without external proxy software.
  • Intercepting Proxies - Ships an on-device intercepting proxy to capture and analyze HTTP request and response payloads.
  • Network Traffic Analyzers - Captures and inspects application-layer network traffic to analyze data exchange between client and server.
  • Runtime Stability Monitors - Detects UI blocking events and crash errors on iOS devices to monitor application performance.
  • Sandbox Filesystem Access Handles - Provides direct read and write access to files within the local iOS application sandbox.
  • Application Execution Interceptors - Captures UI blocking events and crash reports by hooking into the application execution cycle.
  • Application Log Viewers - Provides a searchable interface for monitoring and debugging application execution logs.
  • Mobile UI Performance Monitoring - Detects UI blocking events and crashes to diagnose application instability and lag on iOS.
  • Log Aggregators - Provides a searchable internal store that centralizes system and console messages for real-time analysis.
  • Device Capability Auditing - Verifies if the device supports specific hardware features and displays current system build versions.
  • Hardware and Build Auditors - Displays system build versions and hardware details for environment verification.
  • System Information Retrievers - Retrieves device hardware and system build information by querying native operating system metadata interfaces.
  • Native UI Bridges - Implements a communication layer that maps native system states and network events to a visual debug interface.

Star 历史

cocoadebug/cocoadebug 的 Star 历史图表cocoadebug/cocoadebug 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

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

Start searching with AI

CocoaDebug 的开源替代方案

相似的开源项目,按与 CocoaDebug 的功能重合度排序。
  • jz-darkal/androidhttpcaptureJZ-Darkal 的头像

    JZ-Darkal/AndroidHttpCapture

    4,598在 GitHub 上查看↗

    AndroidHttpCapture is a mobile application for intercepting and analyzing HTTP and HTTPS network traffic directly on an Android device. It functions as a local proxy server and traffic interceptor to capture and monitor requests and responses from other installed mobile applications. The tool provides capabilities for MITM HTTPS decryption through root certificate installation and supports exporting captured network sessions as HAR files for external analysis. It allows for real-time response body injection and the modification of request headers via user agent spoofing. The project includes

    Java
    在 GitHub 上查看↗4,598
  • alfred1984/interesting-pythonAlfred1984 的头像

    Alfred1984/interesting-python

    4,990在 GitHub 上查看↗

    This project is a collection of Python implementations for web scraping, network traffic interception, data analysis, and sentiment analysis. It provides methods for extracting structured data from websites and mobile application interfaces. The collection includes tools for capturing and analyzing network packets from mobile applications to identify hidden internal API endpoints. It also features scripts for evaluating the emotional tone and public perception of text data. The project covers data manipulation and transformation of large datasets, as well as the generation of charts and grap

    Jupyter Notebook
    在 GitHub 上查看↗4,990
  • square/ponydebuggersquare 的头像

    square/PonyDebugger

    5,854在 GitHub 上查看↗

    PonyDebugger is a suite of iOS-specific debugging tools that provides web-based interfaces for network inspection, data browsing, log streaming, and view hierarchy analysis. It enables the remote examination of a running iOS application through a browser. The project integrates with the Chrome DevTools protocol to bring network traffic inspection and proxying capabilities to native iOS applications. It also provides a read-only web interface for browsing managed objects and local data entities stored on the device. Additional capabilities include a remote logging console for streaming text a

    Objective-C
    在 GitHub 上查看↗5,854
  • didi/doraemonkitdidi 的头像

    didi/DoraemonKit

    20,420在 GitHub 上查看↗

    DoraemonKit is a mobile frontend development toolset designed to optimize the lifecycle of web and hybrid mobile applications. It functions as a comprehensive suite of productivity tools, providing specialized utilities for mobile UI inspection, web view debugging, and on-device performance monitoring. The toolset distinguishes itself through several targeted simulation and interception capabilities. It includes a network traffic interceptor for mocking API responses without modifying source code, a device state simulator for overriding GPS coordinates, and a mobile web debugging bridge that

    Java
    在 GitHub 上查看↗20,420
查看 CocoaDebug 的所有 30 个替代方案→

常见问题解答

cocoadebug/cocoadebug 是做什么的?

CocoaDebug 是一个 iOS 调试框架,提供了一套用于直接在设备上检查应用程序日志、网络流量和沙盒文件的工具包。它是一套专门用于审计设备硬件、监控性能和检查网络活动的工具集。

cocoadebug/cocoadebug 的主要功能有哪些?

cocoadebug/cocoadebug 的主要功能包括:iOS App Debugging Toolkits, App Stability Detection, Sandbox, iOS Application Toolkits, iOS Network Debugging, On-Device Network Monitoring, Intercepting Proxies, Network Traffic Analyzers。

cocoadebug/cocoadebug 有哪些开源替代品?

cocoadebug/cocoadebug 的开源替代品包括: jz-darkal/androidhttpcapture — AndroidHttpCapture is a mobile application for intercepting and analyzing HTTP and HTTPS network traffic directly on… square/ponydebugger — PonyDebugger is a suite of iOS-specific debugging tools that provides web-based interfaces for network inspection,… alfred1984/interesting-python — This project is a collection of Python implementations for web scraping, network traffic interception, data analysis,… flipboard/flex — FLEX is an in-app debugging tool and runtime exploration environment for iOS applications. It provides an integrated… facebook/sonar — Sonar is a mobile app debugging platform and extensible toolkit that allows developers to inspect the internal state,… didi/doraemonkit — DoraemonKit is a mobile frontend development toolset designed to optimize the lifecycle of web and hybrid mobile…