Windows-DLL-Injector icon indicating copy to clipboard operation
Windows-DLL-Injector copied to clipboard

Some DLL Injection techniques in C++ implemented for both x86 and x64 windows OS processes

Results 4 Windows-DLL-Injector issues
Sort by recently updated
recently updated
newest added

Hello, do you know a way to load the dll being injected from rcdata?

-change the way program get processID -Add the ability to both ask for the processID at startup or use the preset processID (#define ProcType_specified for use preset processID -Add ability...

I'm trying to use the method `RtlCreateUsreThread` to load a DLL into the `explorer.exe` (windows taskbar), I didn't get any of the error messages but the DLL is not loaded...

[![image](https://user-images.githubusercontent.com/88626351/209852776-eb8e46c9-776d-410f-8a4b-bc13f2411edd.png)](url) Maybe is just that i dont know how to use it correctly but i cant figure out how to make it work. I have same error with all of...