├── Articles ├── About_Intel_Boot_Guard_by_Trammell_Hudson.pdf ├── Intel docs │ ├── 300-series-c240-series-chipset-pch-datasheet-vol-1.pdf │ ├── 6-chipset-c200-chipset-datasheet.pdf │ ├── Active Management Technology (Intel AMT) 7.0 Release.pdf │ ├── EFI Application Development.pdf │ ├── Intel SPI Programming Guide.pdf │ ├── System_Tools_User_Guide_for_Intel_Management_Engine.pdf │ └── xeon-d-1500-datasheet-vol-3.pdf ├── Intel-ME-disable-eng.pdf ├── Why disabling IntelME │ ├── About Intel ME by Libreboot.pdf │ ├── Ring -3 rootkit ME AMT [2009].pdf │ ├── Rootkit in your laptop. Skochinsky [2012].pdf │ ├── blackhat-eu-17-Goryachy-How-To-Hack-A-Turned-Off-Computer-Or-Running-Unsigned-Code-In-Intel-Management-Engine [2017].pdf │ ├── blackhat-us-09-Tereshkin-Ring3Rootkit-SLIDES [2009].pdf │ ├── blackhat-us-17-Evdokimov-Intel-AMT-Stealth-Breakthrough [2017].pdf │ └── pstewin-SPRING6-EvaluatingRing-3Rootkits [2011].pdf └── dobry-law09-HAP-Challenges.pdf ├── Intel_ME_System_Tools ├── Intel CSME System Tools v11 r30.7z ├── Intel CSME System Tools v12 r22 [FPT_LINUX_SUPPORTED].7z ├── Intel CSME System Tools v14 r1 [FPT_LINUX_SUPPORTED].7z ├── Intel ME System Tools v10.0 r7.7z ├── Intel ME System Tools v2 r1.7z ├── Intel ME System Tools v3 r2.7z ├── Intel ME System Tools v4 r1.7z ├── Intel ME System Tools v5 r2.7z ├── Intel ME System Tools v6 CCK r1.7z ├── Intel ME System Tools v6 IBX r2.7z ├── Intel ME System Tools v7 r2.7z ├── Intel ME System Tools v8 r3.7z ├── Intel ME System Tools v9.1 r7.7z ├── Intel ME System Tools v9.5 r6.7z ├── Intel MEI Driver INF v11.0.5.1189 (WinXP - Win10).7z └── README.md ├── Misc ├── Intel_HDA_SDO_secoverride_strap_definition.png ├── bootx64.efi └── pinouts │ ├── README.md │ ├── pinout_Conexant_CX20671.png │ ├── pinout_IDT_92HD90.png │ ├── pinout_Realtek_ALC269.png │ ├── pinout_Realtek_ALC888.png │ └── pinout_VIA_VT2021.png ├── README.md └── Unlocking_Flash_Descriptor ├── Asus N53 ├── Asus N53 Realtek ALC269 location.jpg └── README.md ├── Dell Latitude E7250 ├── Dell E7250 Realtek ALC3235 location.jpg ├── Dell E7250 Realtek ALC3235 pins 1 and 5 for SPI unlock.jpg └── README.md └── Dell Latitude E7450 ├── Dell E7450 Realtek ALC3235 location.jpg ├── Dell E7450 Realtek ALC3235 pins ROM SPI unlock.jpg └── README.md /Articles/About_Intel_Boot_Guard_by_Trammell_Hudson.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mostav02/Remove_IntelME_FPT/HEAD/Articles/About_Intel_Boot_Guard_by_Trammell_Hudson.pdf -------------------------------------------------------------------------------- /Articles/Intel docs/300-series-c240-series-chipset-pch-datasheet-vol-1.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mostav02/Remove_IntelME_FPT/HEAD/Articles/Intel docs/300-series-c240-series-chipset-pch-datasheet-vol-1.pdf -------------------------------------------------------------------------------- /Articles/Intel docs/6-chipset-c200-chipset-datasheet.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mostav02/Remove_IntelME_FPT/HEAD/Articles/Intel docs/6-chipset-c200-chipset-datasheet.pdf -------------------------------------------------------------------------------- /Articles/Intel docs/Active Management Technology (Intel AMT) 7.0 Release.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mostav02/Remove_IntelME_FPT/HEAD/Articles/Intel docs/Active Management Technology (Intel AMT) 7.0 Release.pdf -------------------------------------------------------------------------------- /Articles/Intel docs/EFI Application Development.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mostav02/Remove_IntelME_FPT/HEAD/Articles/Intel docs/EFI Application Development.pdf -------------------------------------------------------------------------------- /Articles/Intel docs/Intel SPI Programming Guide.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mostav02/Remove_IntelME_FPT/HEAD/Articles/Intel docs/Intel SPI Programming Guide.pdf -------------------------------------------------------------------------------- /Articles/Intel docs/System_Tools_User_Guide_for_Intel_Management_Engine.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mostav02/Remove_IntelME_FPT/HEAD/Articles/Intel docs/System_Tools_User_Guide_for_Intel_Management_Engine.pdf -------------------------------------------------------------------------------- /Articles/Intel docs/xeon-d-1500-datasheet-vol-3.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mostav02/Remove_IntelME_FPT/HEAD/Articles/Intel docs/xeon-d-1500-datasheet-vol-3.pdf -------------------------------------------------------------------------------- /Articles/Intel-ME-disable-eng.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mostav02/Remove_IntelME_FPT/HEAD/Articles/Intel-ME-disable-eng.pdf -------------------------------------------------------------------------------- /Articles/Why disabling IntelME/About Intel ME by Libreboot.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mostav02/Remove_IntelME_FPT/HEAD/Articles/Why disabling IntelME/About Intel ME by Libreboot.pdf -------------------------------------------------------------------------------- /Articles/Why disabling IntelME/Ring -3 rootkit ME AMT [2009].pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mostav02/Remove_IntelME_FPT/HEAD/Articles/Why disabling IntelME/Ring -3 rootkit ME AMT [2009].pdf -------------------------------------------------------------------------------- /Articles/Why disabling IntelME/Rootkit in your laptop. Skochinsky [2012].pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mostav02/Remove_IntelME_FPT/HEAD/Articles/Why disabling IntelME/Rootkit in your laptop. Skochinsky [2012].pdf -------------------------------------------------------------------------------- /Articles/Why disabling IntelME/blackhat-eu-17-Goryachy-How-To-Hack-A-Turned-Off-Computer-Or-Running-Unsigned-Code-In-Intel-Management-Engine [2017].pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mostav02/Remove_IntelME_FPT/HEAD/Articles/Why disabling IntelME/blackhat-eu-17-Goryachy-How-To-Hack-A-Turned-Off-Computer-Or-Running-Unsigned-Code-In-Intel-Management-Engine [2017].pdf -------------------------------------------------------------------------------- /Articles/Why disabling IntelME/blackhat-us-09-Tereshkin-Ring3Rootkit-SLIDES [2009].pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mostav02/Remove_IntelME_FPT/HEAD/Articles/Why disabling IntelME/blackhat-us-09-Tereshkin-Ring3Rootkit-SLIDES [2009].pdf -------------------------------------------------------------------------------- /Articles/Why disabling IntelME/blackhat-us-17-Evdokimov-Intel-AMT-Stealth-Breakthrough [2017].pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mostav02/Remove_IntelME_FPT/HEAD/Articles/Why disabling IntelME/blackhat-us-17-Evdokimov-Intel-AMT-Stealth-Breakthrough [2017].pdf -------------------------------------------------------------------------------- /Articles/Why disabling IntelME/pstewin-SPRING6-EvaluatingRing-3Rootkits [2011].pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mostav02/Remove_IntelME_FPT/HEAD/Articles/Why disabling IntelME/pstewin-SPRING6-EvaluatingRing-3Rootkits [2011].pdf -------------------------------------------------------------------------------- /Articles/dobry-law09-HAP-Challenges.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mostav02/Remove_IntelME_FPT/HEAD/Articles/dobry-law09-HAP-Challenges.pdf -------------------------------------------------------------------------------- /Intel_ME_System_Tools/Intel CSME System Tools v11 r30.7z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mostav02/Remove_IntelME_FPT/HEAD/Intel_ME_System_Tools/Intel CSME System Tools v11 r30.7z -------------------------------------------------------------------------------- /Intel_ME_System_Tools/Intel CSME System Tools v12 r22 [FPT_LINUX_SUPPORTED].7z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mostav02/Remove_IntelME_FPT/HEAD/Intel_ME_System_Tools/Intel CSME System Tools v12 r22 [FPT_LINUX_SUPPORTED].7z -------------------------------------------------------------------------------- /Intel_ME_System_Tools/Intel CSME System Tools v14 r1 [FPT_LINUX_SUPPORTED].7z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mostav02/Remove_IntelME_FPT/HEAD/Intel_ME_System_Tools/Intel CSME System Tools v14 r1 [FPT_LINUX_SUPPORTED].7z -------------------------------------------------------------------------------- /Intel_ME_System_Tools/Intel ME System Tools v10.0 r7.7z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mostav02/Remove_IntelME_FPT/HEAD/Intel_ME_System_Tools/Intel ME System Tools v10.0 r7.7z -------------------------------------------------------------------------------- /Intel_ME_System_Tools/Intel ME System Tools v2 r1.7z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mostav02/Remove_IntelME_FPT/HEAD/Intel_ME_System_Tools/Intel ME System Tools v2 r1.7z -------------------------------------------------------------------------------- /Intel_ME_System_Tools/Intel ME System Tools v3 r2.7z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mostav02/Remove_IntelME_FPT/HEAD/Intel_ME_System_Tools/Intel ME System Tools v3 r2.7z -------------------------------------------------------------------------------- /Intel_ME_System_Tools/Intel ME System Tools v4 r1.7z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mostav02/Remove_IntelME_FPT/HEAD/Intel_ME_System_Tools/Intel ME System Tools v4 r1.7z -------------------------------------------------------------------------------- /Intel_ME_System_Tools/Intel ME System Tools v5 r2.7z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mostav02/Remove_IntelME_FPT/HEAD/Intel_ME_System_Tools/Intel ME System Tools v5 r2.7z -------------------------------------------------------------------------------- /Intel_ME_System_Tools/Intel ME System Tools v6 CCK r1.7z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mostav02/Remove_IntelME_FPT/HEAD/Intel_ME_System_Tools/Intel ME System Tools v6 CCK r1.7z -------------------------------------------------------------------------------- /Intel_ME_System_Tools/Intel ME System Tools v6 IBX r2.7z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mostav02/Remove_IntelME_FPT/HEAD/Intel_ME_System_Tools/Intel ME System Tools v6 IBX r2.7z -------------------------------------------------------------------------------- /Intel_ME_System_Tools/Intel ME System Tools v7 r2.7z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mostav02/Remove_IntelME_FPT/HEAD/Intel_ME_System_Tools/Intel ME System Tools v7 r2.7z -------------------------------------------------------------------------------- /Intel_ME_System_Tools/Intel ME System Tools v8 r3.7z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mostav02/Remove_IntelME_FPT/HEAD/Intel_ME_System_Tools/Intel ME System Tools v8 r3.7z -------------------------------------------------------------------------------- /Intel_ME_System_Tools/Intel ME System Tools v9.1 r7.7z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mostav02/Remove_IntelME_FPT/HEAD/Intel_ME_System_Tools/Intel ME System Tools v9.1 r7.7z -------------------------------------------------------------------------------- /Intel_ME_System_Tools/Intel ME System Tools v9.5 r6.7z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mostav02/Remove_IntelME_FPT/HEAD/Intel_ME_System_Tools/Intel ME System Tools v9.5 r6.7z -------------------------------------------------------------------------------- /Intel_ME_System_Tools/Intel MEI Driver INF v11.0.5.1189 (WinXP - Win10).7z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mostav02/Remove_IntelME_FPT/HEAD/Intel_ME_System_Tools/Intel MEI Driver INF v11.0.5.1189 (WinXP - Win10).7z -------------------------------------------------------------------------------- /Intel_ME_System_Tools/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mostav02/Remove_IntelME_FPT/HEAD/Intel_ME_System_Tools/README.md -------------------------------------------------------------------------------- /Misc/Intel_HDA_SDO_secoverride_strap_definition.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mostav02/Remove_IntelME_FPT/HEAD/Misc/Intel_HDA_SDO_secoverride_strap_definition.png -------------------------------------------------------------------------------- /Misc/bootx64.efi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mostav02/Remove_IntelME_FPT/HEAD/Misc/bootx64.efi -------------------------------------------------------------------------------- /Misc/pinouts/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mostav02/Remove_IntelME_FPT/HEAD/Misc/pinouts/README.md -------------------------------------------------------------------------------- /Misc/pinouts/pinout_Conexant_CX20671.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mostav02/Remove_IntelME_FPT/HEAD/Misc/pinouts/pinout_Conexant_CX20671.png -------------------------------------------------------------------------------- /Misc/pinouts/pinout_IDT_92HD90.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mostav02/Remove_IntelME_FPT/HEAD/Misc/pinouts/pinout_IDT_92HD90.png -------------------------------------------------------------------------------- /Misc/pinouts/pinout_Realtek_ALC269.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mostav02/Remove_IntelME_FPT/HEAD/Misc/pinouts/pinout_Realtek_ALC269.png -------------------------------------------------------------------------------- /Misc/pinouts/pinout_Realtek_ALC888.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mostav02/Remove_IntelME_FPT/HEAD/Misc/pinouts/pinout_Realtek_ALC888.png -------------------------------------------------------------------------------- /Misc/pinouts/pinout_VIA_VT2021.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mostav02/Remove_IntelME_FPT/HEAD/Misc/pinouts/pinout_VIA_VT2021.png -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mostav02/Remove_IntelME_FPT/HEAD/README.md -------------------------------------------------------------------------------- /Unlocking_Flash_Descriptor/Asus N53/Asus N53 Realtek ALC269 location.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mostav02/Remove_IntelME_FPT/HEAD/Unlocking_Flash_Descriptor/Asus N53/Asus N53 Realtek ALC269 location.jpg -------------------------------------------------------------------------------- /Unlocking_Flash_Descriptor/Asus N53/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mostav02/Remove_IntelME_FPT/HEAD/Unlocking_Flash_Descriptor/Asus N53/README.md -------------------------------------------------------------------------------- /Unlocking_Flash_Descriptor/Dell Latitude E7250/Dell E7250 Realtek ALC3235 location.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mostav02/Remove_IntelME_FPT/HEAD/Unlocking_Flash_Descriptor/Dell Latitude E7250/Dell E7250 Realtek ALC3235 location.jpg -------------------------------------------------------------------------------- /Unlocking_Flash_Descriptor/Dell Latitude E7250/Dell E7250 Realtek ALC3235 pins 1 and 5 for SPI unlock.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mostav02/Remove_IntelME_FPT/HEAD/Unlocking_Flash_Descriptor/Dell Latitude E7250/Dell E7250 Realtek ALC3235 pins 1 and 5 for SPI unlock.jpg -------------------------------------------------------------------------------- /Unlocking_Flash_Descriptor/Dell Latitude E7250/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mostav02/Remove_IntelME_FPT/HEAD/Unlocking_Flash_Descriptor/Dell Latitude E7250/README.md -------------------------------------------------------------------------------- /Unlocking_Flash_Descriptor/Dell Latitude E7450/Dell E7450 Realtek ALC3235 location.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mostav02/Remove_IntelME_FPT/HEAD/Unlocking_Flash_Descriptor/Dell Latitude E7450/Dell E7450 Realtek ALC3235 location.jpg -------------------------------------------------------------------------------- /Unlocking_Flash_Descriptor/Dell Latitude E7450/Dell E7450 Realtek ALC3235 pins ROM SPI unlock.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mostav02/Remove_IntelME_FPT/HEAD/Unlocking_Flash_Descriptor/Dell Latitude E7450/Dell E7450 Realtek ALC3235 pins ROM SPI unlock.jpg -------------------------------------------------------------------------------- /Unlocking_Flash_Descriptor/Dell Latitude E7450/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mostav02/Remove_IntelME_FPT/HEAD/Unlocking_Flash_Descriptor/Dell Latitude E7450/README.md --------------------------------------------------------------------------------