Skip to content

patapovich/me_cleaner

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

ME cleaner

A cleaner for Intel ME images.

This tools removes any unnecessary partition from an Intel ME firmware, reducing its size and its ability to interact with the system. It should work both with Coreboot and with the factory BIOS.

Currently this tool:

  • Scans the FPT (partition table) and checks that everything is correct
  • Removes any partition entry (except for FTPR) from FPT
  • Removes any partition except for the fundamental one (FTPR)
  • Removes the EFFS presence flag
  • Removes any LZMA-compressed module
  • Corrects the FPT checksum

Don't forget to power cycle your PC after flashing the modified ME image (power off and power on, not just reboot).

See the current status in the wiki.

Special thanks to Federico Amedeo Izzo for his help during the study of Intel ME.

About

Tool for partial deblobbing of Intel ME firmware images

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%