├── .gitattributes ├── .vs └── UltraEmbeddable │ └── v16 │ └── .suo ├── Dependances └── dnlib.dll ├── LICENSE ├── README.md ├── UltraEmbeddable.sln └── UltraEmbeddable ├── App.config ├── Context.cs ├── Embed.cs ├── InjectHelper.cs ├── Logger.cs ├── Program.cs ├── Properties └── AssemblyInfo.cs ├── UltraEmbeddable.csproj ├── UltraEmbeddable.csproj.user ├── bin └── Debug │ ├── Nouveau dossier │ └── 3442e90c-dc89-4f1c-a347-119b02e69edf.exe │ ├── UltraEmbeddable.exe │ ├── UltraEmbeddable.exe.config │ ├── UltraEmbeddable.pdb │ └── dnlib.dll ├── file.ico └── obj └── Debug ├── .NETFramework,Version=v4.8.AssemblyAttributes.cs ├── DesignTimeResolveAssemblyReferencesInput.cache ├── UltraEmbeddable.csproj.CopyComplete ├── UltraEmbeddable.csproj.CoreCompileInputs.cache ├── UltraEmbeddable.csproj.FileListAbsolute.txt ├── UltraEmbeddable.csprojAssemblyReference.cache ├── UltraEmbeddable.exe └── UltraEmbeddable.pdb /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mageland29/UltraEmbeddable/HEAD/.gitattributes -------------------------------------------------------------------------------- /.vs/UltraEmbeddable/v16/.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mageland29/UltraEmbeddable/HEAD/.vs/UltraEmbeddable/v16/.suo -------------------------------------------------------------------------------- /Dependances/dnlib.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mageland29/UltraEmbeddable/HEAD/Dependances/dnlib.dll -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mageland29/UltraEmbeddable/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mageland29/UltraEmbeddable/HEAD/README.md -------------------------------------------------------------------------------- /UltraEmbeddable.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mageland29/UltraEmbeddable/HEAD/UltraEmbeddable.sln -------------------------------------------------------------------------------- /UltraEmbeddable/App.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mageland29/UltraEmbeddable/HEAD/UltraEmbeddable/App.config -------------------------------------------------------------------------------- /UltraEmbeddable/Context.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mageland29/UltraEmbeddable/HEAD/UltraEmbeddable/Context.cs -------------------------------------------------------------------------------- /UltraEmbeddable/Embed.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mageland29/UltraEmbeddable/HEAD/UltraEmbeddable/Embed.cs -------------------------------------------------------------------------------- /UltraEmbeddable/InjectHelper.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mageland29/UltraEmbeddable/HEAD/UltraEmbeddable/InjectHelper.cs -------------------------------------------------------------------------------- /UltraEmbeddable/Logger.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mageland29/UltraEmbeddable/HEAD/UltraEmbeddable/Logger.cs -------------------------------------------------------------------------------- /UltraEmbeddable/Program.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mageland29/UltraEmbeddable/HEAD/UltraEmbeddable/Program.cs -------------------------------------------------------------------------------- /UltraEmbeddable/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mageland29/UltraEmbeddable/HEAD/UltraEmbeddable/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /UltraEmbeddable/UltraEmbeddable.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mageland29/UltraEmbeddable/HEAD/UltraEmbeddable/UltraEmbeddable.csproj -------------------------------------------------------------------------------- /UltraEmbeddable/UltraEmbeddable.csproj.user: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mageland29/UltraEmbeddable/HEAD/UltraEmbeddable/UltraEmbeddable.csproj.user -------------------------------------------------------------------------------- /UltraEmbeddable/bin/Debug/Nouveau dossier/3442e90c-dc89-4f1c-a347-119b02e69edf.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mageland29/UltraEmbeddable/HEAD/UltraEmbeddable/bin/Debug/Nouveau dossier/3442e90c-dc89-4f1c-a347-119b02e69edf.exe -------------------------------------------------------------------------------- /UltraEmbeddable/bin/Debug/UltraEmbeddable.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mageland29/UltraEmbeddable/HEAD/UltraEmbeddable/bin/Debug/UltraEmbeddable.exe -------------------------------------------------------------------------------- /UltraEmbeddable/bin/Debug/UltraEmbeddable.exe.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mageland29/UltraEmbeddable/HEAD/UltraEmbeddable/bin/Debug/UltraEmbeddable.exe.config -------------------------------------------------------------------------------- /UltraEmbeddable/bin/Debug/UltraEmbeddable.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mageland29/UltraEmbeddable/HEAD/UltraEmbeddable/bin/Debug/UltraEmbeddable.pdb -------------------------------------------------------------------------------- /UltraEmbeddable/bin/Debug/dnlib.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mageland29/UltraEmbeddable/HEAD/UltraEmbeddable/bin/Debug/dnlib.dll -------------------------------------------------------------------------------- /UltraEmbeddable/file.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mageland29/UltraEmbeddable/HEAD/UltraEmbeddable/file.ico -------------------------------------------------------------------------------- /UltraEmbeddable/obj/Debug/.NETFramework,Version=v4.8.AssemblyAttributes.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mageland29/UltraEmbeddable/HEAD/UltraEmbeddable/obj/Debug/.NETFramework,Version=v4.8.AssemblyAttributes.cs -------------------------------------------------------------------------------- /UltraEmbeddable/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mageland29/UltraEmbeddable/HEAD/UltraEmbeddable/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache -------------------------------------------------------------------------------- /UltraEmbeddable/obj/Debug/UltraEmbeddable.csproj.CopyComplete: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /UltraEmbeddable/obj/Debug/UltraEmbeddable.csproj.CoreCompileInputs.cache: -------------------------------------------------------------------------------- 1 | 49592c5616da667315f390f660841989abd0788a 2 | -------------------------------------------------------------------------------- /UltraEmbeddable/obj/Debug/UltraEmbeddable.csproj.FileListAbsolute.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mageland29/UltraEmbeddable/HEAD/UltraEmbeddable/obj/Debug/UltraEmbeddable.csproj.FileListAbsolute.txt -------------------------------------------------------------------------------- /UltraEmbeddable/obj/Debug/UltraEmbeddable.csprojAssemblyReference.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mageland29/UltraEmbeddable/HEAD/UltraEmbeddable/obj/Debug/UltraEmbeddable.csprojAssemblyReference.cache -------------------------------------------------------------------------------- /UltraEmbeddable/obj/Debug/UltraEmbeddable.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mageland29/UltraEmbeddable/HEAD/UltraEmbeddable/obj/Debug/UltraEmbeddable.exe -------------------------------------------------------------------------------- /UltraEmbeddable/obj/Debug/UltraEmbeddable.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mageland29/UltraEmbeddable/HEAD/UltraEmbeddable/obj/Debug/UltraEmbeddable.pdb --------------------------------------------------------------------------------