radareorg / radare2

UNIX-like reverse engineering framework and command-line toolset
https://www.radare.org/
GNU Lesser General Public License v3.0
20.75k stars 3.01k forks source link

Support for MobiCore Loadable Format (MCLF) #14879

Open dukebarman opened 5 years ago

dukebarman commented 5 years ago

Is your feature request related to a problem? Please describe. Add support for MobiCore Loadable Format (MCLF) which used by trustlet and driver binaries

Describe alternatives you've considered https://github.com/ghassani/mclf-ida-loader https://github.com/NeatMonster/mclf-ghidra-loader

Stolas commented 5 years ago

At rcon I started with this issue although due to time loss and a crashed HDD I did not manage to finish it yet. Current code is at: https://gist.github.com/Stolas/e3ecaebaa7369b2d8d6c539b9ac2908e I hope to find time to finish this soon with unittests etc. |

If anyone else is quicker than I am feel free to use some of the code already written.