MrmTool is a tool for viewing and editing PRI files, it allows you to create, modify, and remove PRI resources as well as previewing their contents.
MrmTool relies on MrmLib for processing and modifying PRI files.
It also includes an XBF (XAML Binary Format) decompiler (no recompiler yet), it currently uses a modified version of XbfAnalyzer (the modified version is based on an older commit and not latest), but it's planned to be replaced with a new decompiler/recompiler based on WinUI 3's XBF parser.
MrmTool supports the following PRI versions:
- Windows 8 (
mrm_pri0) - Windows 8.1 (
mrm_pri1) - Windows Phone 8.1 (
mrm_prif) - UWP (
mrm_pri2) - UWP RS4+ (
mrm_pri3) - Windows App SDK / WinUI 3 (
mrm_pri3) - UWP vNext (
mrm_vnxt)
