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

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

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

nst/iOS-Runtime-Headers

0
View on GitHub↗
7,973 स्टार्स·1,595 फोर्क्स·Objective-C·2 व्यूज़github.com/nst/RuntimeBrowser↗

IOS Runtime Headers

iOS-Runtime-Headers is a collection of Objective-C header files and tooling used to expose private and undocumented iOS system APIs. These definitions are generated through runtime introspection of the live operating system to uncover hidden class methods and properties.

The project enables the use of undocumented iOS API definitions for internal Apple frameworks. It provides the necessary header files to allow a compiler to link against private system symbols and verify types for undocumented system calls.

The tooling covers several technical areas, including memory-mapped metadata extraction and dynamic symbol resolution to map function names to memory addresses. It also includes mechanisms for Objective-C header synthesis and the derivation of class and method signatures by querying the active memory of a running process.

The repository supports workflows for iOS reverse engineering, system introspection, and the development of features not available in public SDKs.

Features

  • iOS Private API Access - Provides the primary mechanism to call private iOS system interfaces via runtime-derived header definitions.
  • Runtime Generated Headers - Provides Objective-C header files generated via introspection to expose undocumented iOS system APIs.
  • Objective-C Header Synthesis - Generates C-style declaration files from discovered metadata to allow the compiler to link against private symbols.
  • Private API Development - Enables the implementation of iOS features not available in the public SDKs by accessing undocumented interfaces.
  • iOS Private API Definitions - Supplies header definitions for internal Apple frameworks that allow developers to call private system functions.
  • Metadata Extraction - Reads internal class structures and method lists directly from binary images loaded into system RAM.
  • Runtime Introspection Tools - Extracts class and method signatures by querying the active memory of a running iOS process.
  • Symbol-To-Address Mapping - Maps Objective-C function names to their actual memory locations within the iOS system binary image.
  • Private Symbol Linking - Provides the necessary header definitions to link against private system symbols in Objective-C.
  • iOS Reverse Engineering - Identifies internal system behavior and function signatures to understand how hidden iOS frameworks operate.
  • Operating System Introspection - Analyzes and interacts with internal system frameworks and hidden class properties using runtime headers.
  • Static Type Definitions - Provides hard-coded interface definitions that allow the compiler to verify types for undocumented system calls.
  • Learning & Reference - Collection of private API headers.

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

nst/ios-runtime-headers के लिए स्टार हिस्ट्री चार्टnst/ios-runtime-headers के लिए स्टार हिस्ट्री चार्ट

AI सर्च

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

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

Start searching with AI

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

nst/ios-runtime-headers क्या करता है?

iOS-Runtime-Headers is a collection of Objective-C header files and tooling used to expose private and undocumented iOS system APIs. These definitions are generated through runtime introspection of the live operating system to uncover hidden class methods and properties.

nst/ios-runtime-headers की मुख्य विशेषताएं क्या हैं?

nst/ios-runtime-headers की मुख्य विशेषताएं हैं: iOS Private API Access, Runtime Generated Headers, Objective-C Header Synthesis, Private API Development, iOS Private API Definitions, Metadata Extraction, Runtime Introspection Tools, Symbol-To-Address Mapping।

nst/ios-runtime-headers के कुछ ओपन-सोर्स विकल्प क्या हैं?

nst/ios-runtime-headers के ओपन-सोर्स विकल्पों में शामिल हैं: facebook/idb — idb is a suite of tools for controlling and automating iOS simulators and physical devices. It consists of a command… razrfalcon/cargo-bloat — cargo-bloat is a binary size analyzer and compilation analysis tool for Rust. It identifies the largest functions and… apache/nuttx — NuttX is a POSIX-compliant real-time operating system designed for microcontrollers ranging from 8-bit to 64-bit… davidlattimore/wild — Wild is a binary linker and compiler integration tool used to merge multiple object files into single executable… google/orbit — Orbit is a set of specialized tools for C and C++ performance profiling, binary symbol mapping, and remote process and… volatilityfoundation/volatility3 — Volatility3 is a memory forensics framework and analysis tool used to parse volatile memory dumps. It extracts digital…

IOS Runtime Headers के ओपन-सोर्स विकल्प

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

    facebook/idb

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

    idb is a suite of tools for controlling and automating iOS simulators and physical devices. It consists of a command line interface, a simulator controller, and a bridge that provides access to internal system interfaces for automating features normally restricted to the graphical user interface. The project includes a remote target manager that enables the control of iOS devices and simulators across different machines or data centers using a companion host process. This system separates the command line interface from the process managing the actual device connection. The toolset provides

    Swift
    GitHub पर देखें↗5,151
  • davidlattimore/wilddavidlattimore का अवतार

    davidlattimore/wild

    3,356GitHub पर देखें↗

    Wild is a binary linker and compiler integration tool used to merge multiple object files into single executable binaries, shared libraries, or static archives. It functions as a replacement for standard system linkers, automating the final stage of the compilation process to generate binaries across different operating system architectures. The project provides custom binary linking and toolchain integration, allowing for the modification of how compilers resolve symbols and determine memory layouts. It specifically handles the organization of machine code and data sections to meet the requi

    Rust
    GitHub पर देखें↗3,356
  • apache/nuttxapache का अवतार

    apache/nuttx

    3,912GitHub पर देखें↗

    NuttX is a POSIX-compliant real-time operating system designed for microcontrollers ranging from 8-bit to 64-bit architectures. It provides a deterministic execution environment with a real-time task scheduler and a POSIX embedded kernel to ensure portable code execution across diverse hardware targets. The project distinguishes itself through a comprehensive hardware abstraction layer that provides standardized drivers for I2C, SPI, CAN, and USB across various semiconductor chipsets. It also features an embedded networking stack supporting TCP, UDP, IPv4, and IPv6, alongside industrial proto

    Cembeddedmcumicrocontroller
    GitHub पर देखें↗3,912
  • google/orbitgoogle का अवतार

    google/orbit

    4,316GitHub पर देखें↗

    Orbit is a set of specialized tools for C and C++ performance profiling, binary symbol mapping, and remote process and thread analysis. It provides a system for analyzing execution time and resource usage, utilizing a call graph visualizer to map function entries and exits into hierarchical execution flows for individual threads. The project distinguishes itself with a remote process profiler capable of capturing performance data from applications running on remote hosts. It also includes a thread scheduling analyzer that tracks context switches and processor core utilization to visualize thr

    C++cpu-profilerdynamic-instrumentationetw
    GitHub पर देखें↗4,316
  • IOS Runtime Headers के सभी 30 विकल्प देखें→