gitextract_539c5h6b/ ├── .gitattributes ├── .gitignore ├── .gitmodules ├── LICENSE ├── README.md ├── UXM/ │ ├── App.config │ ├── ArchiveDictionary.cs │ ├── ArchiveKeys.cs │ ├── ArchiveUnpacker.cs │ ├── CryptographyUtility.cs │ ├── ExePatcher.cs │ ├── FormMain.Designer.cs │ ├── FormMain.cs │ ├── FormMain.resx │ ├── GameInfo.cs │ ├── GameRestorer.cs │ ├── Program.cs │ ├── Properties/ │ │ ├── Resources.Designer.cs │ │ ├── Resources.resx │ │ ├── Settings.Designer.cs │ │ └── Settings.settings │ ├── UXM.csproj │ ├── Util.cs │ └── dist/ │ ├── readme.txt │ └── res/ │ ├── ArmoredCore6Dictionary.txt │ ├── ArmoredCore6GameInfo.xml │ ├── DarkSouls2Dictionary.txt │ ├── DarkSouls2GameInfo.xml │ ├── DarkSouls3Dictionary.txt │ ├── DarkSouls3GameInfo.xml │ ├── EldenRingDictionary.txt │ ├── EldenRingGameInfo.xml │ ├── ScholarDictionary.txt │ ├── ScholarGameInfo.xml │ ├── SekiroBonusDictionary.txt │ ├── SekiroBonusGameInfo.xml │ ├── SekiroDictionary.txt │ └── SekiroGameInfo.xml └── UXM.sln