← All projects

Remote_Process_Injection

by @AbdouRoumi

18

This is a malware that i used in it remote process injection technique, it scans for processes chooses the one you named and inject shellcode in it

About this project

Process Scanner & Shellcode Injector A powerful Windows tool that scans for a specific process by its name and injects shellcode into it. This tool is primarily designed for educational and malware analysis purposes, demonstrating how process injection works in Windows environments. Note: This tool is intended for use in controlled environments, such as malware research, pentesting, or debugging. It should not be used for malicious purposes. Features Scans through all running processes on the system. Locates a target process by name. Injects shellcode into the target process if found. Provides feedback and logging throughout the injection process. Prerequisites Operating System: Windows (with administrator privileges) Compiler: MinGW or Visual Studio (MSVC) Windows SDK: Required for process enumeration and memory allocation APIs. Knowledge: Understanding of how process injection works and familiarity with shellcode. How It Works The tool uses the CreateToolhelp32Snapshot Windows API to take a snapshot of all running processes. It compares each process name with the target name provided by the user.

From the project README on GitHub

Stars
18
Forks
0
Last push
12 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.svg)](https://www.madeinalgeria.dev/projects/remote-process-injection)

Related projects