From 0798803094d1c8f12776956886c32e872a955547 Mon Sep 17 00:00:00 2001 From: Atvaark Date: Sat, 19 Mar 2016 23:14:47 +0100 Subject: [PATCH] Implemented decrypting ebl.bhd files and updated the dictionary. - Passing a ebl.bhd file as an argument will decrypt it now - Cleaned up the argument parsing - Cleaned up the dictionary reading * Hashes get calculated at runtime now * Added some missing string table (FMG) file names - Bundled the referenced assemblies into BinderTool.exe --- BinderTool.Core/Properties/AssemblyInfo.cs | 4 +- BinderTool/BinderTool.csproj | 21 +- BinderTool/Dictionary.csv | 52884 +++++++++++++++++++ BinderTool/FileNameDictionary.cs | 105 + BinderTool/FileType.cs | 14 + BinderTool/FodyWeavers.xml | 5 + BinderTool/Options.cs | 93 + BinderTool/PossibleFilenames.csv | 51719 ------------------ BinderTool/Program.cs | 248 +- BinderTool/Properties/AssemblyInfo.cs | 4 +- BinderTool/packages.config | 5 + README.md | 27 +- 12 files changed, 53235 insertions(+), 51894 deletions(-) create mode 100644 BinderTool/Dictionary.csv create mode 100644 BinderTool/FileNameDictionary.cs create mode 100644 BinderTool/FileType.cs create mode 100644 BinderTool/FodyWeavers.xml create mode 100644 BinderTool/Options.cs delete mode 100644 BinderTool/PossibleFilenames.csv create mode 100644 BinderTool/packages.config diff --git a/BinderTool.Core/Properties/AssemblyInfo.cs b/BinderTool.Core/Properties/AssemblyInfo.cs index 79423d7..ed26131 100644 --- a/BinderTool.Core/Properties/AssemblyInfo.cs +++ b/BinderTool.Core/Properties/AssemblyInfo.cs @@ -11,5 +11,5 @@ [assembly: AssemblyCulture("")] [assembly: ComVisible(false)] [assembly: Guid("615e60b8-3eb0-4f54-ad9b-4fa1a9fe0df0")] -[assembly: AssemblyVersion("0.2.0.0")] -[assembly: AssemblyFileVersion("0.2.0.0")] +[assembly: AssemblyVersion("0.3.0.0")] +[assembly: AssemblyFileVersion("0.3.0.0")] diff --git a/BinderTool/BinderTool.csproj b/BinderTool/BinderTool.csproj index 195af6c..46ebccc 100644 --- a/BinderTool/BinderTool.csproj +++ b/BinderTool/BinderTool.csproj @@ -11,6 +11,9 @@ BinderTool v4.5 512 + ..\ + true + abf6a274 AnyCPU @@ -41,11 +44,15 @@ + + + + @@ -54,11 +61,23 @@ - + Always + + + + + + + Dieses Projekt verweist auf mindestens ein NuGet-Paket, das auf diesem Computer fehlt. Aktivieren Sie die Wiederherstellung von NuGet-Paketen, um die fehlende Datei herunterzuladen. Weitere Informationen finden Sie unter "http://go.microsoft.com/fwlink/?LinkID=322105". Die fehlende Datei ist "{0}". + + + + +