diff --git a/dsi_srl_extract.ini b/dsi_srl_extract.ini new file mode 100644 index 0000000..576894a --- /dev/null +++ b/dsi_srl_extract.ini @@ -0,0 +1,5 @@ +;Set no_mod_crypt to 1 in order to do drag and drop decryption of files without the files +;having their modcrypt sections being automatically decrypted. + +[Main] +no_mod_crypt=1 diff --git a/dsi_srl_extract.sln b/dsi_srl_extract.sln new file mode 100644 index 0000000..26a475f --- /dev/null +++ b/dsi_srl_extract.sln @@ -0,0 +1,25 @@ + +Microsoft Visual Studio Solution File, Format Version 11.00 +# Visual Studio 2010 +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "dsi_srl_extract", "dsi_srl_extract\dsi_srl_extract.vcxproj", "{A57B19AB-814B-4F63-860E-231FE39222B5}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Win32 = Debug|Win32 + Release|Win32 = Release|Win32 + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {A57B19AB-814B-4F63-860E-231FE39222B5}.Debug|Win32.ActiveCfg = Debug|Win32 + {A57B19AB-814B-4F63-860E-231FE39222B5}.Debug|Win32.Build.0 = Debug|Win32 + {A57B19AB-814B-4F63-860E-231FE39222B5}.Release|Win32.ActiveCfg = Release|Win32 + {A57B19AB-814B-4F63-860E-231FE39222B5}.Release|Win32.Build.0 = Release|Win32 + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + BuildVersion_DetectChanges = False + BuildVersion_UseGlobalSettings = True + BuildVersion_IncrementBeforeBuild = False + EndGlobalSection +EndGlobal diff --git a/ReadMe.txt b/dsi_srl_extract/ReadMe.txt similarity index 100% rename from ReadMe.txt rename to dsi_srl_extract/ReadMe.txt diff --git a/aes.c b/dsi_srl_extract/aes.c similarity index 100% rename from aes.c rename to dsi_srl_extract/aes.c diff --git a/aes.h b/dsi_srl_extract/aes.h similarity index 100% rename from aes.h rename to dsi_srl_extract/aes.h diff --git a/bn.c b/dsi_srl_extract/bn.c similarity index 100% rename from bn.c rename to dsi_srl_extract/bn.c diff --git a/bn.h b/dsi_srl_extract/bn.h similarity index 100% rename from bn.h rename to dsi_srl_extract/bn.h diff --git a/dsi.c b/dsi_srl_extract/dsi.c similarity index 100% rename from dsi.c rename to dsi_srl_extract/dsi.c diff --git a/dsi.h b/dsi_srl_extract/dsi.h similarity index 100% rename from dsi.h rename to dsi_srl_extract/dsi.h diff --git a/dsi_srl_extract.c b/dsi_srl_extract/dsi_srl_extract.c similarity index 100% rename from dsi_srl_extract.c rename to dsi_srl_extract/dsi_srl_extract.c diff --git a/dsi_srl_extract.vcxproj b/dsi_srl_extract/dsi_srl_extract.vcxproj similarity index 100% rename from dsi_srl_extract.vcxproj rename to dsi_srl_extract/dsi_srl_extract.vcxproj diff --git a/dsi_srl_extract.vcxproj.filters b/dsi_srl_extract/dsi_srl_extract.vcxproj.filters similarity index 100% rename from dsi_srl_extract.vcxproj.filters rename to dsi_srl_extract/dsi_srl_extract.vcxproj.filters diff --git a/dsi_srl_extract.vcxproj.user b/dsi_srl_extract/dsi_srl_extract.vcxproj.user similarity index 100% rename from dsi_srl_extract.vcxproj.user rename to dsi_srl_extract/dsi_srl_extract.vcxproj.user diff --git a/ec.c b/dsi_srl_extract/ec.c similarity index 100% rename from ec.c rename to dsi_srl_extract/ec.c diff --git a/ec.h b/dsi_srl_extract/ec.h similarity index 100% rename from ec.h rename to dsi_srl_extract/ec.h diff --git a/f_xy.c b/dsi_srl_extract/f_xy.c similarity index 100% rename from f_xy.c rename to dsi_srl_extract/f_xy.c diff --git a/f_xy.h b/dsi_srl_extract/f_xy.h similarity index 100% rename from f_xy.h rename to dsi_srl_extract/f_xy.h diff --git a/minGlue.h b/dsi_srl_extract/minGlue.h similarity index 100% rename from minGlue.h rename to dsi_srl_extract/minGlue.h diff --git a/minIni.c b/dsi_srl_extract/minIni.c similarity index 100% rename from minIni.c rename to dsi_srl_extract/minIni.c diff --git a/minIni.h b/dsi_srl_extract/minIni.h similarity index 100% rename from minIni.h rename to dsi_srl_extract/minIni.h diff --git a/sha1.c b/dsi_srl_extract/sha1.c similarity index 100% rename from sha1.c rename to dsi_srl_extract/sha1.c diff --git a/sha1.h b/dsi_srl_extract/sha1.h similarity index 100% rename from sha1.h rename to dsi_srl_extract/sha1.h diff --git a/targetver.h b/dsi_srl_extract/targetver.h similarity index 100% rename from targetver.h rename to dsi_srl_extract/targetver.h diff --git a/types.h b/dsi_srl_extract/types.h similarity index 100% rename from types.h rename to dsi_srl_extract/types.h