Skip to content

Instantly share code, notes, and snippets.

View turtleizzy's full-sized avatar
🐶

Izzy Turtle turtleizzy

🐶
View GitHub Profile
@turtleizzy
turtleizzy / monitor_ec.py
Last active May 6, 2025 14:32 — forked from HorstBaerbel/monitor_ec.py
Monitor Embedded Controller (EC) on Linux via ACPI calls through acpi_call kernel module
#!/usr/bin/env python
"""Dump a range of Embedded Controller memory via ACPI. Requires "acpi_call" kernel module to be loaded. By HorstBaerbel (https://github.com/HorstBaerbel) in 2018."""
import re
import sys
import time
import argparse
output = '\033[0m'