awesome-repositories.com
ब्लॉग
MCP
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Flipboard avatar

Flipboard/FLEX

0
View on GitHub↗
14,610 स्टार्स·1,780 फोर्क्स·Objective-C·7 व्यूज़

FLEX

FLEX is an in-app debugging tool and runtime exploration environment for iOS applications. It provides an integrated suite for inspecting and modifying the internal state of a running process without the use of an external debugger.

The project includes a runtime inspector for browsing the memory heap and calling methods dynamically, alongside a view hierarchy debugger for visualizing and adjusting layout structures in real time. It features a network traffic monitor to log and analyze HTTP request history, headers, and responses, as well as a sandbox manager for viewing and editing files and databases stored on the local device.

The toolset covers broader capabilities for memory analysis, state modification of live objects, and system log viewing. It also includes utilities for managing user defaults and simulating touch pressure for haptic interaction testing.

Features

  • In-App Debugging Consoles - Provides a comprehensive in-app debugging environment for inspecting and modifying the internal state of running iOS applications.
  • Runtime Object Inspectors - Ships a runtime exploration environment for browsing the memory heap and modifying live objects in a running iOS process.
  • State Inspection Interfaces - Offers an interactive visual overlay used to explore and modify the internal state of a running application in real time.
  • File System Access - Interfaces with the local iOS file system to read, write, and manage files within the application container.
  • Heap Inspection Tools - Provides utilities for traversing and inspecting live object instances within the application's memory heap.
  • App Sandbox Explorers - Provides a specialized explorer for browsing and managing internal application sandboxes and private databases.
  • Object Inspection Tools - Provides utilities to inspect and modify properties and instance variables of live objects in real time.
  • View Hierarchy Debuggers - Provides a visual interface for inspecting layout structures and modifying UI element properties in real time on iOS.
  • Network Traffic Analyzers - Captures and analyzes request history, headers, and responses to debug data flow between mobile clients and servers.
  • Traffic Interception Tools - Captures and logs outgoing and incoming HTTP requests by hooking into the application network layer.
  • Dynamic Method Invokers - Executes arbitrary class and instance methods on live objects using dynamic message sending at runtime.
  • Runtime Class Inspectors - Analyzes loaded libraries and frameworks to list available classes and their internal structures.
  • Runtime Object Mutators - Provides the ability to modify object state by writing directly to instance variables during active execution.
  • Runtime Memory Explorers - Includes tools for scanning the memory heap and inspecting live objects to diagnose leaks or unexpected behavior.
  • Network Traffic Monitors - Provides an integrated monitor to log and analyze HTTP request history, headers, and responses directly within the app.
  • Hierarchy Modification Tools - Enables real-time visualization of layout structures and modification of element properties within the view hierarchy.
  • Interactive UI Overlays - Renders a custom visual debug interface and control panels on top of the active application content.
  • View Hierarchy Inspectors - Visualizes and adjusts layout structures and element properties on a live screen to refine the user interface.
  • File Browsers - Provides a sandbox manager for viewing, editing, and sharing files and databases stored on the local iOS device.
  • Sandbox - Ships a file management utility for viewing, renaming, deleting, and sharing content within the application sandbox.
  • Local Database Browsers - Provides a tool to browse and sort tables within database files stored on the local file system.
  • Runtime Class Inspectors - Provides a runtime utility to list public and private classes and linked system frameworks during execution.
  • System Logging Tools - Includes a tool to display system-level log messages generated by the operating system for troubleshooting.
  • Preference File Parsers - Reads and modifies application preferences by translating raw data types into editable formats.
  • Testing & Debugging - In-app debugging and inspection tool.
  • Code Quality and Debugging - In-app debugging and exploration tool.
  • Debugging and Inspection - In-app debugging and exploration tool for mobile apps.
  • Debugging Tools - In-app debugging and exploration tool.
  • iOS and macOS Utilities - In-app debugging and exploration tool for iOS.

स्टार हिस्ट्री

flipboard/flex के लिए स्टार हिस्ट्री चार्टflipboard/flex के लिए स्टार हिस्ट्री चार्ट

AI सर्च

और अधिक बेहतरीन रिपॉजिटरी खोजें

अपनी ज़रूरत को सरल भाषा में बताएं — AI हजारों क्यूरेटेड ओपन-सोर्स प्रोजेक्ट्स को प्रासंगिकता के आधार पर रैंक करता है।

Start searching with AI

अक्सर पूछे जाने वाले प्रश्न

flipboard/flex क्या करता है?

FLEX is an in-app debugging tool and runtime exploration environment for iOS applications. It provides an integrated suite for inspecting and modifying the internal state of a running process without the use of an external debugger.

flipboard/flex की मुख्य विशेषताएं क्या हैं?

flipboard/flex की मुख्य विशेषताएं हैं: In-App Debugging Consoles, Runtime Object Inspectors, State Inspection Interfaces, File System Access, Heap Inspection Tools, App Sandbox Explorers, Object Inspection Tools, View Hierarchy Debuggers।

flipboard/flex के कुछ ओपन-सोर्स विकल्प क्या हैं?

flipboard/flex के ओपन-सोर्स विकल्पों में शामिल हैं: facebook/chisel — Chisel is a collection of LLDB debugging extensions and tools for inspecting and manipulating the user interface of… didi/doraemonkit — DoraemonKit is a mobile frontend development toolset designed to optimize the lifecycle of web and hybrid mobile… facebook/stetho — Stetho is a debug bridge that connects Android applications to Chrome Developer Tools. It allows for the real-time… square/ponydebugger — PonyDebugger is a suite of iOS-specific debugging tools that provides web-based interfaces for network inspection,… flextool/flex — FLEX is a diagnostic framework designed for the inspection and modification of mobile applications during active… skellock/reactotron — Reactotron is a desktop application for inspecting the state, network traffic, and logs of React and React Native…

FLEX के ओपन-सोर्स विकल्प

समान ओपन-सोर्स प्रोजेक्ट्स, जो FLEX के साथ साझा की गई सुविधाओं के आधार पर रैंक किए गए हैं।
  • facebook/chiselfacebook का अवतार

    facebook/chisel

    9,179GitHub पर देखें↗

    Chisel is a collection of LLDB debugging extensions and tools for inspecting and manipulating the user interface of iOS applications. It provides utilities for tracing responder chains, traversing view hierarchies, and modifying UI elements during runtime. The toolset distinguishes itself through specialized visual debugging capabilities, including a suite for toggling view visibility and borders to isolate layout issues, as well as a system to export colors and images from a running app to a desktop previewer for asset verification. The project covers a broad range of UI diagnostic capabili

    Python
    GitHub पर देखें↗9,179
  • didi/doraemonkitdidi का अवतार

    didi/DoraemonKit

    20,420GitHub पर देखें↗

    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
  • facebook/stethofacebook का अवतार

    facebook/stetho

    12,672GitHub पर देखें↗

    Stetho is a debug bridge that connects Android applications to Chrome Developer Tools. It allows for the real-time inspection of network traffic, internal application state, and the user interface layout directly within a desktop browser. The project provides specialized inspectors for analyzing Android-specific components. This includes a network inspector for capturing HTTP requests and responses, an SQLite database browser for querying local storage, and a view hierarchy inspector for mapping UI elements and styles. Additional capabilities cover runtime execution via an embedded JavaScrip

    Java
    GitHub पर देखें↗12,672
  • square/ponydebuggersquare का अवतार

    square/PonyDebugger

    5,854GitHub पर देखें↗

    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
  • FLEX के सभी 30 विकल्प देखें→