12 items with this tag.
Code injection technique is a simply method when one process inject code into another running process.
Finding PID via Snapshot(CreateToolhelp32Snapshot()).
DLL injection is just like code injection. Only the difference is that here we write our code in DLL and then inject it to running process.
Shellcode is machine code that when executed spawns a shell.
Writing Reverse TCP code in Shellcode.
Undetectable Keyloggers: Understanding a Hidden Threat
Shellcode is machine code that when executed spawns a shell.