-
Notifications
You must be signed in to change notification settings - Fork 228
Open
Description
I'm trying to update the ME Filesystem (MFS) in order to keep some OEM information. Unfortunately it's not as easy as hex editing it.
I've come across some projects on Git such as MFSUtil, parseMFS, and one mentioned in the MEA code meimagetool. The first two run into issues with EXTR/initialized data (I think), and I can't get meimagetool to compile (maybe my incompetence). It would be super helpful if MEA could output the binary volumes inside the MFS so I could use MFSUtil or even meimagetool with an uninitialized MFS binary.
UNPACKED_ME.BIN
│ FTPR.bin
│ FTPR.txt
│ LOCL.txt
│ LOCL.bin
│ NFTP.bin
│ NFTP.txt
│ WCOD.txt
│ WCOD.bin
│ RBEP.bin
│ RBEP.txt
│ MFS.bin
│ MFS.txt
│
├───FTPR
├───LOCL
├───NFTP
├───WCOD
├───RBEP
└───MFS
│ 004 SVN Migration.bin
│ 005 Quota Storage.bin
│ 006 Intel Configuration.bin
│ 007 OEM Configuration.bin
│ 008 Home Directory.bin
│
├───004 SVN Migration
├───005 Quota Storage
├───006 Intel Configuration
├───007 OEM Configuration
└───008 Home Directory
Metadata
Metadata
Assignees
Labels
No labels