├── App.config ├── Program.cs ├── Properties ├── AssemblyInfo.cs └── app.manifest ├── README.md ├── VITAL.csproj ├── VITAL.sln ├── VITALBypass.cs ├── app.manifest ├── bin └── Debug │ ├── VITAL9999.exe │ ├── VITAL9999.exe.config │ └── VITAL9999.pdb └── obj └── Debug ├── DesignTimeResolveAssemblyReferencesInput.cache ├── VITAL.csproj.CoreCompileInputs.cache ├── VITAL.csproj.FileListAbsolute.txt ├── VITAL.csprojAssemblyReference.cache ├── VITAL9999.exe └── VITAL9999.pdb /App.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CertifiedClown/Manual-dll-Injector/HEAD/App.config -------------------------------------------------------------------------------- /Program.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CertifiedClown/Manual-dll-Injector/HEAD/Program.cs -------------------------------------------------------------------------------- /Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CertifiedClown/Manual-dll-Injector/HEAD/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /Properties/app.manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CertifiedClown/Manual-dll-Injector/HEAD/Properties/app.manifest -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CertifiedClown/Manual-dll-Injector/HEAD/README.md -------------------------------------------------------------------------------- /VITAL.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CertifiedClown/Manual-dll-Injector/HEAD/VITAL.csproj -------------------------------------------------------------------------------- /VITAL.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CertifiedClown/Manual-dll-Injector/HEAD/VITAL.sln -------------------------------------------------------------------------------- /VITALBypass.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CertifiedClown/Manual-dll-Injector/HEAD/VITALBypass.cs -------------------------------------------------------------------------------- /app.manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CertifiedClown/Manual-dll-Injector/HEAD/app.manifest -------------------------------------------------------------------------------- /bin/Debug/VITAL9999.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CertifiedClown/Manual-dll-Injector/HEAD/bin/Debug/VITAL9999.exe -------------------------------------------------------------------------------- /bin/Debug/VITAL9999.exe.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CertifiedClown/Manual-dll-Injector/HEAD/bin/Debug/VITAL9999.exe.config -------------------------------------------------------------------------------- /bin/Debug/VITAL9999.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CertifiedClown/Manual-dll-Injector/HEAD/bin/Debug/VITAL9999.pdb -------------------------------------------------------------------------------- /obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CertifiedClown/Manual-dll-Injector/HEAD/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache -------------------------------------------------------------------------------- /obj/Debug/VITAL.csproj.CoreCompileInputs.cache: -------------------------------------------------------------------------------- 1 | 552422017b58c8b4fff4e49c6475b8ecde64398f 2 | -------------------------------------------------------------------------------- /obj/Debug/VITAL.csproj.FileListAbsolute.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CertifiedClown/Manual-dll-Injector/HEAD/obj/Debug/VITAL.csproj.FileListAbsolute.txt -------------------------------------------------------------------------------- /obj/Debug/VITAL.csprojAssemblyReference.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CertifiedClown/Manual-dll-Injector/HEAD/obj/Debug/VITAL.csprojAssemblyReference.cache -------------------------------------------------------------------------------- /obj/Debug/VITAL9999.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CertifiedClown/Manual-dll-Injector/HEAD/obj/Debug/VITAL9999.exe -------------------------------------------------------------------------------- /obj/Debug/VITAL9999.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CertifiedClown/Manual-dll-Injector/HEAD/obj/Debug/VITAL9999.pdb --------------------------------------------------------------------------------