Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/timschneeb/msiecrameditor

Edit and dump the RAM of the EC chip of MSI laptops via ACPI-WMI
https://github.com/timschneeb/msiecrameditor

acpi dump ec embedded-controller msi msi-laptop msi-modern ram wmi

Last synced: about 1 month ago
JSON representation

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

Awesome Lists containing this project

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](MsiWmiECDumper/Screenshot.png)

### Alternative Linux method
On Linux, you can directly monitor EC RAM using this command instead:
```bash
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](https://github.com/FaridZelli/isw-modern) on Linux:
```bash
sudo isw -s
```