SkillAgentSearch skills...

MsiEcRamEditor

Edit and dump the RAM of the EC chip of MSI laptops via ACPI-WMI

Install / Use

/learn @timschneeb/MsiEcRamEditor
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

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>
View on GitHub
GitHub Stars23
CategoryDevelopment
Updated1mo ago
Forks4

Languages

C#

Security Score

95/100

Audited on Feb 8, 2026

No findings