flowyroll / IntelMCDowngrade

Scripts to collect microcode from CPUMicrocodes Repo and to downgrade to a compatible microcode.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

IntelMCDowngrade

A set of scripts to apply different/old microcodes on Intel CPUs.

  • ./collect.sh to collect all the microcodes available in the git history of CPUMicrocodes.
  • ./search_supported.py to check the current CPUID and list compatible microcodes that one may apply.
  • ./install_mc.sh <microcode_file_name> to apply the microcode.

WARNING

These scripts are only for research purpose. Downgrade microcodes on your own risk!!!

About

Scripts to collect microcode from CPUMicrocodes Repo and to downgrade to a compatible microcode.


Languages

Language:Python 58.4%Language:Shell 41.6%