Skip to content

Latest commit

 

History

History
21 lines (9 loc) · 749 Bytes

File metadata and controls

21 lines (9 loc) · 749 Bytes

RemoteProcessInjector

Simple C++ code to inject obfuscated shellcode into a remote process memory.

Read the blog related to it - Here

All the credits go to MalDev Academy and their authors for their excellent course.

Attack representation.

image

Here is the video representation of the whole attack.

remote_shellcode_injection.mp4

Note - Evasion was not kept in mind while creating this tool.