← All projects

Remote_process_Injection_V2

by @AbdouRoumi

14

About this project

Process Scanner & Shellcode Injector (v2) This is the second version of a powerful Windows tool designed to scan for a specific process by its name and inject shellcode into it. This version introduces enhancements over the first version, offering improved process enumeration techniques for more comprehensive scanning. The tool remains targeted for educational purposes and malware analysis, showing how process injection works within Windows environments. Note: This tool is intended for controlled environments like malware research, pentesting, or debugging. It should never be used for malicious purposes. New in Version 2 In the first version, we used CreateToolHelp32Snapshot for process enumeration, which, although effective, might not capture all processes in certain scenarios. This second version replaces CreateToolHelp32Snapshot with EnumProcesses, offering a more thorough approach to process enumeration. Why the update? Malware authors often seek to evade detection by implementing process scanning techniques in various ways. By using multiple approaches for process enumeration, they increase unpredictability in their behavior.

From the project README on GitHub

Stars
14
Forks
0
Last push
18 Sept 2024

Add this badge to your README

Show that your project is listed on Made in Algeria.

Made in Algeria
[![Made in Algeria](https://www.madeinalgeria.dev/badge/remote-process-injection-v2.svg)](https://www.madeinalgeria.dev/projects/remote-process-injection-v2)

Related projects