2 مستودعات
Tools for extracting extensions and symbolicating kernel caches from system firmware.
Distinct from Kernel Caching Systems: Specifically for parsing OS kernel caches, unlike AI-related kernel caching systems in the candidates.
Explore 2 awesome GitHub repositories matching operating systems & systems programming · Kernel Cache Parsers. Refine with filters or upvote what's useful.
ipsw is a specialized toolkit for iOS firmware analysis, binary reverse engineering, and hardware interaction. It provides a suite of tools for downloading, extracting, and analyzing firmware images and kernel caches, alongside a MachO binary analysis tool for disassembling and patching executables. The project distinguishes itself through integrated language-model-powered code reconstruction to translate machine code into high-level source code. It also features an automation client for the App Store Connect API to manage certificates and application settings. The framework covers a broad r
Extracts system extensions and symbolicates kernel caches from Apple firmware archives.
XNU is an operating system kernel designed to manage system hardware and process execution across different processor architectures. It utilizes a hybrid microkernel design that combines microkernel message passing with monolithic kernel performance by embedding critical subsystems into a single address space. The project implements a port-based asynchronous messaging system for communication between kernel tasks and userspace processes. It manages hardware interactions through a layered driver architecture and enforces system-wide security policies via a mandatory access control interface.
Implements mechanisms for linking the core kernel and extensions into a single bootable cache image.