commit 94334602a42c1573bd0a3f8ff121936dbea3603a Author: i2p Date: Thu Aug 27 11:22:17 2026 -0600 initial commit diff --git a/Builder.dll b/Builder.dll new file mode 100644 index 0000000..ca80f4c Binary files /dev/null and b/Builder.dll differ diff --git a/Builder.exe b/Builder.exe new file mode 100644 index 0000000..b9ec4d9 Binary files /dev/null and b/Builder.exe differ diff --git a/Builder.runtimeconfig.json b/Builder.runtimeconfig.json new file mode 100644 index 0000000..383c312 --- /dev/null +++ b/Builder.runtimeconfig.json @@ -0,0 +1,18 @@ +{ + "runtimeOptions": { + "tfm": "net6.0", + "frameworks": [ + { + "name": "Microsoft.NETCore.App", + "version": "6.0.0" + }, + { + "name": "Microsoft.WindowsDesktop.App", + "version": "6.0.0" + } + ], + "configProperties": { + "System.Reflection.Metadata.MetadataUpdater.IsSupported": false + } + } +} \ No newline at end of file diff --git a/Mono.Cecil.Mdb.dll b/Mono.Cecil.Mdb.dll new file mode 100644 index 0000000..c22998b Binary files /dev/null and b/Mono.Cecil.Mdb.dll differ diff --git a/Mono.Cecil.Pdb.dll b/Mono.Cecil.Pdb.dll new file mode 100644 index 0000000..0d396b8 Binary files /dev/null and b/Mono.Cecil.Pdb.dll differ diff --git a/Mono.Cecil.Rocks.dll b/Mono.Cecil.Rocks.dll new file mode 100644 index 0000000..785c186 Binary files /dev/null and b/Mono.Cecil.Rocks.dll differ diff --git a/Mono.Cecil.dll b/Mono.Cecil.dll new file mode 100644 index 0000000..9b78a39 Binary files /dev/null and b/Mono.Cecil.dll differ diff --git a/Spectre.Console.dll b/Spectre.Console.dll new file mode 100644 index 0000000..2837315 Binary files /dev/null and b/Spectre.Console.dll differ diff --git a/Stub/stub.exe b/Stub/stub.exe new file mode 100644 index 0000000..b4c6082 Binary files /dev/null and b/Stub/stub.exe differ