awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 个仓库

Awesome GitHub RepositoriesMemory Offset Patching

Calculating and applying specific memory address offsets to graphics drivers to enable display outputs.

Distinct from Framebuffer Renderers: Distinct from general rendering by focusing on modifying the driver's memory offsets to fix hardware incompatibility.

Explore 2 awesome GitHub repositories matching graphics & multimedia · Memory Offset Patching. Refine with filters or upvote what's useful.

Awesome Memory Offset Patching GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • cloverhackycolor/cloverbootloaderCloverHackyColor 的头像

    CloverHackyColor/CloverBootloader

    5,053在 GitHub 上查看↗

    CloverBootloader is a UEFI-compliant boot loader designed to initialize hardware and launch multiple operating systems across various platforms. Its primary purpose is to enable the booting of operating systems on unsupported hardware through system identity spoofing and hardware emulation. The project specializes in hardware compatibility patching by modifying ACPI tables, faking hardware IDs, and patching binary kernels or extensions in memory during the boot process. It provides capabilities to inject kernel extensions and spoof system parameters, such as product names and serial numbers,

    Loads custom video ROMs and patches memory to enable high-resolution graphics during the pre-boot phase.

    C
    在 GitHub 上查看↗5,053
  • benbaker76/hackintoolbenbaker76 的头像

    benbaker76/Hackintool

    3,437在 GitHub 上查看↗

    Hackintool is a hardware configuration tool designed to make non-native computer hardware compatible with macOS. It functions as a suite of utilities for spoofing device identifiers and patching system components to ensure the operating system recognizes unsupported hardware. The project provides specialized tools for graphics, audio, and USB configurations. This includes a framebuffer patcher for resolving display issues on unsupported GPUs, an audio layout configurator for enabling sound via device ID spoofing, and a USB port mapping tool that identifies connected devices to generate custom

    Calculates and writes specific memory address offsets to the graphics driver to enable display outputs.

    Objective-C
    在 GitHub 上查看↗3,437
  1. Home
  2. Graphics & Multimedia
  3. Graphics Rendering Engines
  4. Framebuffer Renderers
  5. Memory Offset Patching

探索子标签

  • VBIOS PatchingModifying video BIOS memory and ROMs to enable high-resolution graphics before the OS loads. **Distinct from Memory Offset Patching:** Specifically targets VBIOS/Video ROMs rather than general graphics driver memory offsets.