2 रिपॉजिटरी
Extracting internal class structures and method lists from memory-mapped binary images.
Distinct from Binary Memory Mapping: Focuses on extracting metadata (classes/methods) from memory rather than just configuring the base address mapping
Explore 2 awesome GitHub repositories matching operating systems & systems programming · Metadata Extraction. Refine with filters or upvote what's useful.
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 extracti
Reads internal class structures and method lists directly from binary images loaded into system RAM.
Psychson is a toolset for modifying USB firmware binaries and flashing custom images to specific hardware controller architectures. It provides utilities for dumping, patching, and flashing custom firmware specifically for Phison 2251-03 USB controllers. The software includes a payload injector for embedding HID keystroke scripts into USB firmware to automate inputs on a target machine. It also features a controller flasher for writing modified burner images directly to Phison-based USB hardware. The suite covers firmware management and hardware forensic analysis, including capabilities for
Extracts specific internal addresses and offsets from binary images to identify targets for firmware modification.