
Remote DLL Injection with Timer-based Shellcode Execution
⚠ Educational Research Only
This repository contains security research for educational purposes and authorized use only.
Use responsibly and in accordance with all applicable laws and regulations.
Remote DLL Injection with Timer-based Shellcode Execution is a technique that leverages the Windows thread pool to execute shellcode. Using the classic DLL injection with CreateThreadpoolTimer to run shellcode in-memory using legit system threads, stealthy, and likely to slip past modern defenses
This approach introduces a stealthy execution using Timer-based Shellcode Execution

🛠️ Technical Implementation
ConsoleApplication5.cpp)CreateRemoteThread and LoadLibraryWDll1.cpp)TP_CALLBACK_ENVIRON structure setup for thread pool configuration