9 comments

[ 0.29 ms ] story [ 45.2 ms ] thread
Fresh out of the CCC talk, congrats on the upvote points loot! :P
I guess ME modules are a kind of plugin for Intel's management engine: https://en.wikipedia.org/wiki/Intel_Management_Engine#Module... Could someone explain what kinds of things this loader could be used for?
Probably to compromise computers - there have been more than a couple examples of CVEs related to the Intel Management Engine.
It is a loader for loading ME modules in an emulated environment not for loading new ME modules into existing Intel system.

It could be used for debugging and dynamic analysis of existing ME module code. Other use would be developing exploits for ME by providing an environment where they can be tested and debugged.

More like to replace privileged closed binary blobs with open and better code. To avoid possible bugs and backdoors.
Does this work for unloading followed by summary execution?

It says it's useable for developing code for the CSME, does that take care of the whole thing or are there ROM areas left which cannot be worked around?