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
Add this badge to your README
Show that your project is listed on Made in Algeria.
[](https://www.madeinalgeria.dev/projects/remote-process-injection-v2)