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
عن هذا المشروع
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.
من ملف README الخاص بالمشروع على
GitHub
- النجوم
- 18
- التفريعات
- 0
- آخر تحديث
- 12/09/2024
أضف هذه الشارة إلى ملف README
أظهر أن مشروعك مُدرج على «صُنع في الجزائر».
[](https://www.madeinalgeria.dev/projects/remote-process-injection)