|
|
|
|
|
by sirdarckcat
474 days ago
|
|
> But raw write access to the flash depends on you being in SMM Look at tests/stop.sh and check the different segments (ls:, ms:, etc you can also address them like 0:[..], 1, 2, 3,... 15:[...]). One of those is probably flash. If you know how that looks like try to dump it first with a load and then check which segment and which address it is at and then write back to it. |
|