2025-09-01 21:04:24 -04:00
2025-09-01 21:04:24 -04:00
2025-08-14 15:41:37 -04:00
2025-08-17 18:16:13 -04:00

Windows Process Injection

A collection of techniques for process injection on Windows

Caution

Disclaimer: Intended only for use on systems that you are legally authorized to access.

Fundamentals

A collection of examples intended to demonstrate the fundamentals and provide a base for more advanced techniques.

  • injection-example-1.cpp: injecting calc.exe msfvenom shellcode into the current process
  • injection-example-2.cpp: injecting calc.exe msfvenom shellcode into the current process, toggling the memory protection between RW and RWX
  • injection-example-3.cpp: injecting calc.exe msfvenom shellcode into a remote process, with memory protection toggling
  • injection-example-4.cpp: injecting calc.exe msfvenom shellcode into a remote process, with memory protection toggling and using dynamic function resolution
S
Description
Automated archival mirror of github.com/toneillcodes/windows-process-injection
Readme MIT 204 KiB
Languages
C++ 60.3%
Python 35.1%
Assembly 2.2%
C 2%
Ruby 0.4%