CreateRemoteThread Shellcode Injection
Injecting shellcode into a local process.
This lab explores some classic ways of injecting shellcode into a process memory and executing it.
Executing Shellcode in Local Process
First of - a simple test of how to execute the shellcode directly from a C++ program.
Generating shellcode for a reverse shell:
C++ code to injectd and invoke the shellcode:
inject-local-process.cpp