awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 Repos

Awesome GitHub RepositoriesKernel Cache Parsers

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.

Awesome Kernel Cache Parsers GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • blacktop/ipswAvatar von blacktop

    blacktop/ipsw

    3,163Auf GitHub ansehen↗

    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.

    Goappleclass-dumpdyld
    Auf GitHub ansehen↗3,163
  • apple-oss-distributions/xnuAvatar von apple-oss-distributions

    apple-oss-distributions/xnu

    2,922Auf GitHub ansehen↗

    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.

    C
    Auf GitHub ansehen↗2,922
  1. Home
  2. Operating Systems & Systems Programming
  3. Kernel Cache Parsers