Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 698 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 698 Bytes

MsiEcRamEditor

Edit and dump the RAM of the EC chip of MSI laptops via ACPI-WMI on Windows. Tested with MSI Modern 15 A11M.

Precompiled Windows binary: https://github.com/ThePBone/MsiEcRamEditor/releases

screenshot

Alternative Linux method

On Linux, you can directly monitor EC RAM using this command instead:

sudo watch -n 0.1 hexdump -C /sys/kernel/debug/ec/ec0/io

If the path is unavailable, install an kernel module like: https://github.com/musikid/acpi_ec (and substitute path with /dev/ec if required).

To write to memory, I used ISW-Modern on Linux:

sudo isw -s <addr> <value>