diff --git a/CPKTOOLS.zip b/CPKTOOLS.zip new file mode 100644 index 0000000..388932b Binary files /dev/null and b/CPKTOOLS.zip differ diff --git a/CPKTOOLS/CriPakGUI.exe b/CPKTOOLS/CriPakGUI.exe new file mode 100644 index 0000000..9112fef Binary files /dev/null and b/CPKTOOLS/CriPakGUI.exe differ diff --git a/CPKTOOLS/CriPakGUI.exe.config b/CPKTOOLS/CriPakGUI.exe.config new file mode 100644 index 0000000..3e0e37c --- /dev/null +++ b/CPKTOOLS/CriPakGUI.exe.config @@ -0,0 +1,3 @@ + + + diff --git a/CPKTOOLS/LibCPK.dll b/CPKTOOLS/LibCPK.dll new file mode 100644 index 0000000..070b6c0 Binary files /dev/null and b/CPKTOOLS/LibCPK.dll differ diff --git a/CPKTOOLS/LibCRIComp.dll b/CPKTOOLS/LibCRIComp.dll new file mode 100644 index 0000000..90ebfda Binary files /dev/null and b/CPKTOOLS/LibCRIComp.dll differ diff --git a/CPKTOOLS/Ookii.Dialogs.Wpf.dll b/CPKTOOLS/Ookii.Dialogs.Wpf.dll new file mode 100644 index 0000000..29accf8 Binary files /dev/null and b/CPKTOOLS/Ookii.Dialogs.Wpf.dll differ diff --git a/CriPakGUI/App.xaml b/CriPakGUI/App.xaml new file mode 100644 index 0000000..a77cdef --- /dev/null +++ b/CriPakGUI/App.xaml @@ -0,0 +1,8 @@ + + + + + diff --git a/CriPakGUI/App.xaml.cs b/CriPakGUI/App.xaml.cs new file mode 100644 index 0000000..66e0381 --- /dev/null +++ b/CriPakGUI/App.xaml.cs @@ -0,0 +1,16 @@ +using System; +using System.Collections.Generic; +using System.Configuration; +using System.Data; +using System.Linq; +using System.Windows; + +namespace CriPakGUI +{ + /// + /// App.xaml 的交互逻辑 + /// + public partial class App : Application + { + } +} diff --git a/CriPakGUI/CpkPatcher.xaml b/CriPakGUI/CpkPatcher.xaml new file mode 100644 index 0000000..5fe2242 --- /dev/null +++ b/CriPakGUI/CpkPatcher.xaml @@ -0,0 +1,21 @@ + + + +