- Intoduction
- System Requirements
- Getting Started
- EFIROM Window
- SOCROM Window
- Wine Instructions
- Support
- Changelog
- Features
- Acknowledgements
- Donate
Mac EFI Toolkit (also known as mefit) is designed to aid technicians in repair and analysis of Mac EFI and Intel based Mac SOCROM firmwares. Designed to be compact, this application provides information gathering capabilities and limited patching functionality.
-
Operating System:
- Windows 11 (64-bit)
- Windows 10 (32/64-bit)
- mefit is compatible with Wine
-
Internet Connectivity (optional, only required for specific features):
- Receiving notifications about new versions (can be disabled in settings).
- Fetching device configuration data from Apple’s server if not available in the internal database.
- Checking serial numbers on EveryMac.
-
Build Requirements:
- Visual Studio 2022, targeting .NET Framework 4.8.
- Ensure your system has .NET Framework 4.8 installed.
- Download the latest version of mefit.
- If needed, create a dump of your Mac firmware using an SPIROM programmer.
- Launch the software (no installation required) and open your firmware.
This section explains the EFIROM Window and its functionality.
Button | Description |
---|---|
Open | Opens a file dialog to load a compatible EFI file into the application. |
Reset | Clears all firmware data and resets the window to its default view. |
Copy | Opens the copy menu, allowing you to copy key data to the clipboard. |
Folders | Opens the folders menu for quick access to essential directories. |
Export | Opens the export menu with options to save firmware data in different formats. |
Patch | Opens the patching menu, offering tools to modify and customize firmware data. |
Options | Opens a menu with additional firmware tools. |
-
Export Menu:
- Export Fsys Store: Exports the Fsys Store located within NVRAM.
- Export Intel ME Region: Exports the Intel Management Engine region.
- Export NVRAM VSS Stores: Exports the VSS (Variable Storage Subsystem) stores within NVRAM.
- Export NVRAM SVS Stores: Exports the SVS (Secure Variable Store) within NVRAM.
- Export LZMA DXE Archive: Allows exporting of the decompressed LZMA DXE archive, which can be opened with 7-zip.
- Backup Firmware (ZIP): Compresses and saves the loaded firmware as a ZIP archive.
- Export Firmware Information (Text): Saves firmware information to a text file.
- Export Find My Mac Email (Text): Saves the email found in the NVRAM
FindMyMac
token to a text file, if available.
-
Patch Menu: (Access to the patching menu requires accepting the editing terms.)
- Change Serial Number: Edits the System Serial Number (SSN) within the Fsys Store.
- Erase NVRAM: Opens a window to select and erase the VSS and/or SVS NVRAM stores.
- Replace Fsys Store: Allows selection and replacement of the Fsys store within NVRAM.
- Fix Fsys Checksum (CRC32): Automatically corrects an invalid checksum in the Fsys store.
- Invalidate EFI Lock: Invalidates the Message Authentication Code in the SVS NVRAM, safely disabling the EFI password.
-
Options Menu:
- Automatic Filename Generation: Generates a structured filename for the firmware and copies it to the clipboard.
- Reload File from Disk: Reloads the firmware file to reflect any changes made on disk.
- View Application Log: Opens the application log file.
- View ROM Information: Displays details from the firmware’s AppleRomInformation section.
- Lookup Serial Number: Opens EveryMac in a browser and auto-inserts the System Serial Number for quick lookup (internet connection required).
-
Status Bar:
- Firmware Parse Time: The leftmost label displays the time taken by the application to process the firmware.
- File Glyph: Indicates whether an LZMA DXE archive was found within the firmware.
- Email Glyph: Indicates whether a Find My Mac email was detected in the NVRAM.
- Tooltips: The status bar shows important messages and keyboard shortcuts.
This section explains the SOCROM Window and its functionality.
Button | Description |
---|---|
Open | Opens a file dialog to load a compatible Intel T2 SOCROM firmware into the application. |
Reset | Clears all firmware data and resets the window to its default view. |
Copy | Opens the copy menu, allowing you to copy key data to the clipboard. |
Folders | Opens the folders menu for quick access to essential directories. |
Export | Opens the export menu with options to save firmware data in different formats. |
Patch | Opens the patching menu, offering tools to modify and customize firmware data. |
Options | Opens a menu with additional firmware tools. |
-
Export Menu:
- Export Scfg Store: Exports the Scfg store located in the firmware.
- Backup Firmware (ZIP): Compresses and saves the loaded firmware as a ZIP archive.
- Export Firmware Information (Text): Saves firmware information to a text file.
-
Patch Menu: (Access to the patching menu requires accepting the editing terms.)
- Change Serial Number: Edits the System Serial Number (SSN) within the Scfg Store.
- Write New Scfg Store: Allows selection and replacement of the Scfg store within firmware.
-
Options Menu:
- Reload File from Disk: Reloads the firmware file to reflect any changes made on disk.
- View Application Log: Opens the application log file.
- Lookup Serial Number: Opens EveryMac in a browser and auto-inserts the System Serial Number for quick lookup (internet connection required).
-
Status Bar:
- Firmware Parse Time: The leftmost label displays the time taken by the application to process the firmware.
- Tooltips: The status bar shows important messages and keyboard shortcuts.
To run Mac EFI Toolkit on Linux or macOS using Wine, follow these steps:
- Install Wine to your Operating System.
- Open the terminal and run the command
winecfg
. This will open the Wine configuration window. Then, navigate to the 'Graphics' tab and change the 'Screen resolution' to 120 dpi. - Download all four required fonts from here. After downloading, navigate to
Home\.wine\drive_c\windows\Fonts
and copy the downloaded fonts into this folder.
Once these steps are completed, you should be able to run Mac EFI Toolkit under Wine.
If you encounter any issues or need assistance, here are a few ways you can get help:
If you're experiencing a bug or issue, please check the open issues on GitHub. If your problem has not been reported, feel free to create a new issue. Be sure to include as much detail as possible, including:
- Application build (Can be found in the about window).
- A clear description of the problem.
- Steps to reproduce the issue.
- Screenshots or logs (if applicable).
- Firmware files (if applicable).
For more direct support, you can contact me via email.
📋 View the full changelog here.
-
Application
- File Handling
- All files are edited in memory preserving the original
- Backup firmwares to a .zip archive for long-term storage
- Drag and drop support
- Error Handling and Logging
- Automatic handling of uncaught exceptions
- Automatic background logging for errors and key actions
- User Interface
- Automatic DPI scaling
- New version notifications
- Serial numbers are censored by default
- Search and Verification
- Knuth–Morris–Pratt algorithm for binary data searching
- Serial number validation rules
- Check serial numbers on EveryMac
- View firmware parse time
- Misc
- No installation required
- Works with Wine
- File Handling
-
Firmware (EFIROM)
- View firmware details
- Binary size (bytes, hex)
- Checksum
- Created and modified date
- EFI version
- EFI lock status
- Platform Data Region Board-ID
- APFS driver status
- Intel ME version
- Model information
- System model
- System config code
- System serial number
- Hardware config code
- System order number
- Automatic Fsys checksum masking
- Edit the system serial number
- Export and replace the Fsys region
- Export and replace the Intel Management Engine region
- Export firmware information to a text file
- Detect invalid binary size
- Detect and repair invalid Fsys checksums
- View Apple ROM section information
- Reset NVRAM stores with proper header configuration
- Detect and remove EFI passwords (EFI lock)
- Detect and export decompressed LZMA DXE archives
- Detect and export the Find My Mac email address
- View firmware details
-
Firmware (T2 SOCROM)
- View firmware details
- Binary size (bytes, hex)
- Checksum
- Created and modified date
- iBoot version
- Model Information
- Scfg store details
- System serial number
- System config code
- System order number
- Edit the serial number
- Export and replace the Scfg store
- Export firmware information to a text file
- View firmware details
This software uses the following third-party libraries and resources:
- LZMA v24.08 SDK, by Igor Pavlov.
- Knuth-Morris-Pratt algorithm, by Donald Knuth, James H. Morris, and Vaughan Pratt.
- MacModelShelf database by MagerValp.
- Application icon by ADI_ICONS on FlatIcon.
All donations go back into improving my software and workspace: