linuxboot / fiano

Go-based tools for modifying UEFI firmware
BSD 3-Clause "New" or "Revised" License
302 stars 49 forks source link

Does DXE Cleaner clean and disable CompuTrace/Lojack? #416

Open Miss-Underst00d opened 1 year ago

Miss-Underst00d commented 1 year ago

Does DXE Cleaner clean the regions similar to how me-cleaner in a way that it makes it unreadable?

From my research it seems DXE modules seem to be where BIOS malware resides like LoJax and MoonBounce for example.

Will DXE Cleaner disable and remove CompuTrace/Lojack module?

orangecms commented 1 year ago

DXE cleaner way mainly created as an automation tool to successively remove unnecessary drivers etc from UEFI file systems.

To remove specific files, you can directly use the utk CLI or https://fiedka.app (GUI).