11 items under this folder.
Shellcode is machine code that when executed spawns a shell.
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.