gitextract_9eedc8zr/ ├── .gitattributes ├── .gitignore ├── App.config ├── Driver Exploit/ │ ├── CPUZ.cs │ ├── CPUZShellcode.cs │ └── ElevateHandle.cs ├── Extensions/ │ └── ProcessExtensions.cs ├── Forms/ │ ├── DankInjectionForm.Designer.cs │ ├── DankInjectionForm.cs │ ├── DankInjectionForm.resx │ ├── NewInjectionForm.Designer.cs │ ├── NewInjectionForm.cs │ ├── NewInjectionForm.resx │ ├── TaskList.Designer.cs │ ├── TaskList.cs │ └── TaskList.resx ├── Helpers/ │ ├── Logger.cs │ ├── Natives.cs │ ├── ShellcodeGenerator.cs │ └── Tools.cs ├── Injection/ │ ├── IInjectionMethod.cs │ ├── LoadLibrary.cs │ └── ManualMap.cs ├── LICENSE ├── Loadlibrayy.csproj ├── Miscellaneous/ │ ├── Program.cs │ └── app.manifest ├── Properties/ │ ├── AssemblyInfo.cs │ ├── Resources.Designer.cs │ ├── Resources.resx │ ├── Settings.Designer.cs │ └── Settings.settings ├── README.md ├── Shellcodes/ │ ├── call_dllmain_x64.asm │ ├── threadhijack_dllmain_x64.asm │ └── threadhijack_loadlibrary_x64.asm ├── loadlibrayy.sln └── packages.config