├── Class Injector.sln ├── Class Injector ├── AntiDump.cs ├── App.config ├── Class Injector.csproj ├── Form1.Designer.cs ├── Form1.cs ├── Form1.resx ├── PX_InjectHelper.cs ├── Program.cs ├── Properties │ ├── AssemblyInfo.cs │ ├── Resources.Designer.cs │ ├── Resources.resx │ ├── Settings.Designer.cs │ └── Settings.settings ├── bin │ └── Debug │ │ ├── Class Injector.exe │ │ ├── Class Injector.exe.config │ │ ├── Class Injector.pdb │ │ └── dnlib.dll └── obj │ └── Debug │ ├── Class Injector.csproj.CopyComplete │ ├── Class Injector.csproj.CoreCompileInputs.cache │ ├── Class Injector.csproj.FileListAbsolute.txt │ ├── Class Injector.csproj.GenerateResource.cache │ ├── Class Injector.csprojAssemblyReference.cache │ ├── Class Injector.exe │ ├── Class Injector.pdb │ ├── Class_Injector.Form1.resources │ ├── Class_Injector.Properties.Resources.resources │ ├── DesignTimeResolveAssemblyReferences.cache │ └── DesignTimeResolveAssemblyReferencesInput.cache └── README.md /Class Injector.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rhotav/Class-Injector/HEAD/Class Injector.sln -------------------------------------------------------------------------------- /Class Injector/AntiDump.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rhotav/Class-Injector/HEAD/Class Injector/AntiDump.cs -------------------------------------------------------------------------------- /Class Injector/App.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rhotav/Class-Injector/HEAD/Class Injector/App.config -------------------------------------------------------------------------------- /Class Injector/Class Injector.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rhotav/Class-Injector/HEAD/Class Injector/Class Injector.csproj -------------------------------------------------------------------------------- /Class Injector/Form1.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rhotav/Class-Injector/HEAD/Class Injector/Form1.Designer.cs -------------------------------------------------------------------------------- /Class Injector/Form1.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rhotav/Class-Injector/HEAD/Class Injector/Form1.cs -------------------------------------------------------------------------------- /Class Injector/Form1.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rhotav/Class-Injector/HEAD/Class Injector/Form1.resx -------------------------------------------------------------------------------- /Class Injector/PX_InjectHelper.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rhotav/Class-Injector/HEAD/Class Injector/PX_InjectHelper.cs -------------------------------------------------------------------------------- /Class Injector/Program.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rhotav/Class-Injector/HEAD/Class Injector/Program.cs -------------------------------------------------------------------------------- /Class Injector/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rhotav/Class-Injector/HEAD/Class Injector/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /Class Injector/Properties/Resources.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rhotav/Class-Injector/HEAD/Class Injector/Properties/Resources.Designer.cs -------------------------------------------------------------------------------- /Class Injector/Properties/Resources.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rhotav/Class-Injector/HEAD/Class Injector/Properties/Resources.resx -------------------------------------------------------------------------------- /Class Injector/Properties/Settings.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rhotav/Class-Injector/HEAD/Class Injector/Properties/Settings.Designer.cs -------------------------------------------------------------------------------- /Class Injector/Properties/Settings.settings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rhotav/Class-Injector/HEAD/Class Injector/Properties/Settings.settings -------------------------------------------------------------------------------- /Class Injector/bin/Debug/Class Injector.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rhotav/Class-Injector/HEAD/Class Injector/bin/Debug/Class Injector.exe -------------------------------------------------------------------------------- /Class Injector/bin/Debug/Class Injector.exe.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rhotav/Class-Injector/HEAD/Class Injector/bin/Debug/Class Injector.exe.config -------------------------------------------------------------------------------- /Class Injector/bin/Debug/Class Injector.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rhotav/Class-Injector/HEAD/Class Injector/bin/Debug/Class Injector.pdb -------------------------------------------------------------------------------- /Class Injector/bin/Debug/dnlib.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rhotav/Class-Injector/HEAD/Class Injector/bin/Debug/dnlib.dll -------------------------------------------------------------------------------- /Class Injector/obj/Debug/Class Injector.csproj.CopyComplete: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Class Injector/obj/Debug/Class Injector.csproj.CoreCompileInputs.cache: -------------------------------------------------------------------------------- 1 | f794c85848d9ae8d7d6c15e138328addfa0ff969 2 | -------------------------------------------------------------------------------- /Class Injector/obj/Debug/Class Injector.csproj.FileListAbsolute.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rhotav/Class-Injector/HEAD/Class Injector/obj/Debug/Class Injector.csproj.FileListAbsolute.txt -------------------------------------------------------------------------------- /Class Injector/obj/Debug/Class Injector.csproj.GenerateResource.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rhotav/Class-Injector/HEAD/Class Injector/obj/Debug/Class Injector.csproj.GenerateResource.cache -------------------------------------------------------------------------------- /Class Injector/obj/Debug/Class Injector.csprojAssemblyReference.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rhotav/Class-Injector/HEAD/Class Injector/obj/Debug/Class Injector.csprojAssemblyReference.cache -------------------------------------------------------------------------------- /Class Injector/obj/Debug/Class Injector.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rhotav/Class-Injector/HEAD/Class Injector/obj/Debug/Class Injector.exe -------------------------------------------------------------------------------- /Class Injector/obj/Debug/Class Injector.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rhotav/Class-Injector/HEAD/Class Injector/obj/Debug/Class Injector.pdb -------------------------------------------------------------------------------- /Class Injector/obj/Debug/Class_Injector.Form1.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rhotav/Class-Injector/HEAD/Class Injector/obj/Debug/Class_Injector.Form1.resources -------------------------------------------------------------------------------- /Class Injector/obj/Debug/Class_Injector.Properties.Resources.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rhotav/Class-Injector/HEAD/Class Injector/obj/Debug/Class_Injector.Properties.Resources.resources -------------------------------------------------------------------------------- /Class Injector/obj/Debug/DesignTimeResolveAssemblyReferences.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rhotav/Class-Injector/HEAD/Class Injector/obj/Debug/DesignTimeResolveAssemblyReferences.cache -------------------------------------------------------------------------------- /Class Injector/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rhotav/Class-Injector/HEAD/Class Injector/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rhotav/Class-Injector/HEAD/README.md --------------------------------------------------------------------------------