TravelC / SSDTTime

SSDT/DSDT hotpatch attemtps.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SSDTTime

A simple tool designed to make creating SSDTs simple. Supports macOS, Linux and Windows

Supported SSDTs:

  • SSDT-EC
    • OS-aware fake EC
  • SSDT-PLUG
    • Sets plugin-type = 1 on CPU0/PR00
  • SSDT-HPET
    • Patches out IRQ conflicts

Additionally on Linux and Windows the tool can be used to dump the system DSDT.

Instructions:

Linux:

  • Launch SSDTTime.py with any somewhat recent version of Python from either a terminal window or by running the file normally.

macOS:

  • Launch SSDTTime.command from either a terminal window or by double clicking the file.

Windows:

  • Launch SSDTTime.bat from either a terminal window or by double clicking the file.

Credits:

  • CorpNewt - Writing the script and libraries used
  • NoOne - Some small improvements to the script
  • Rehabman/Intel - iasl

About

SSDT/DSDT hotpatch attemtps.

License:MIT License


Languages

Language:Python 85.0%Language:Shell 7.7%Language:Batchfile 7.3%