Skip to content

Suggestion- Unpacked MFS Volumes As Solid Binaries #68

@lotelegome29

Description

@lotelegome29

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.

Req on Win-Raid

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions