KooroshRZ / Windows-DLL-Injector

Some DLL Injection techniques in C++ implemented for both x86 and x64 windows OS processes
327 stars 56 forks source link

RtlCreateUsreThread method not working on windows 11 #6

Open R3uan3 opened 2 years ago

R3uan3 commented 2 years ago

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 into the process, can you reproduce the error at your side?

KooroshRZ commented 2 years ago

Hello @R3uan3 Thanks for the issue Can you please test it for the example target program too? The one that exists in the project And also do other methods work fine for explorer.exe?