An open API service indexing awesome lists of open source software.

Projects in Awesome Lists tagged with process-injection

A curated list of projects in awesome lists tagged with process-injection .

https://github.com/alphaseclab/injection-stuff

PE Injection、DLL Injection、Process Injection、Thread Injection、Code Injection、Shellcode Injection、ELF Injection、Dylib Injection, including 400+Tools and 350+posts

code-injection dll-injection dylib-injection elf-injection pe-injection process-injection shellcode-injection thread-injection

Last synced: 28 Jul 2025

https://github.com/alphaSeclab/injection-stuff

PE Injection、DLL Injection、Process Injection、Thread Injection、Code Injection、Shellcode Injection、ELF Injection、Dylib Injection, including 400+Tools and 350+posts

code-injection dll-injection dylib-injection elf-injection pe-injection process-injection shellcode-injection thread-injection

Last synced: 11 Jul 2025

https://github.com/christophetd/spoofing-office-macro

:fish: PoC of a VBA macro spawning a process with a spoofed parent and command line.

office-macro parent-process-spoofing process-injection windows-internals windows-security

Last synced: 25 Mar 2025

https://github.com/WesleyWong420/RedTeamOps-Havoc-101

Materials for the workshop "Red Team Ops: Havoc 101"

active-directory av-evasion edr-bypass havoc opsec process-injection red-team-ops

Last synced: 12 Apr 2025

https://github.com/lloydlabs/ntqueueapcthreadex-ntdll-gadget-injection

This novel way of using NtQueueApcThreadEx by abusing the ApcRoutine and SystemArgument[0-3] parameters by passing a random pop r32; ret gadget can be used for stealthy code injection.

process-injection shellcode shellcode-injection

Last synced: 29 Oct 2025

https://github.com/reveng007/reflectiventdll

A Dropper POC with a focus on aiding in EDR evasion, NTDLL Unhooking followed by loading ntdll in-memory, which is present as shellcode (using pe2shc by @hasherezade). Payload encryption via SystemFucntion033 NtApi and No new thread via Fiber

antivirus bypass bypass-antivirus dropper edr evasion fiber implant malware ntdll-unhooking process-injection systemfunction033

Last synced: 02 May 2025

https://github.com/gh0x0st/wanderer

An open-source process injection enumeration tool written in C#

enumeration-tool offensive-security pen-300 process-injection security-tools

Last synced: 29 Oct 2025

https://github.com/PI-Defender/pi-defender

Kernel Security driver used to block past, current and future process injection techniques on Windows Operating System.

anti-injection anti-malware antivirus blue-team defense driver kernel malware process-injection security windows

Last synced: 20 Apr 2025

https://github.com/0xlane/com-process-inject

Process Injection via Component Object Model (COM) IRundown::DoCallback().

process-injection process-injector redteam-tools rust windows

Last synced: 09 Apr 2025

https://github.com/en14c/erebus

Poc for ELF64 runtime infection via GOT poisoning technique by elfmaster

c elf elf-binaries elf64 linux linux-system-programming process-injection proof-of-concept security virus x64-assembly

Last synced: 09 Jul 2025

https://github.com/joaoviictorti/processinjection-rs

Process Injection - Shellcode (Rust)

process-injection rust shellcode

Last synced: 15 Apr 2025

https://github.com/hackercalico/pe_image_injector

将当前进程的 PE Image (Sections) 注入到其他进程运行,实现进程迁移。Inject the PE Image (Sections) of the current process into other processes to achieve process injection.

inject process-injection

Last synced: 02 May 2025

https://github.com/geniuszly/GenBlueStacksInjector

BlueStacksInjector is a Python script designed to automate the injection of a payload into the startup directories of user profiles within a shared directory environment, such as BlueStacks.

android-emulator automation bluestacks cve cve-2024-33352 cybersecurity ethical-hacking genbluestacksinjector injector memory-injection penetration-testing process-injection python reverse-engineering security-tools vuln

Last synced: 07 May 2025

https://github.com/geniuszly/genbluestacksinjector

BlueStacksInjector is a Python script designed to automate the injection of a payload into the startup directories of user profiles within a shared directory environment, such as BlueStacks.

android-emulator automation bluestacks cve cve-2024-33352 cybersecurity ethical-hacking genbluestacksinjector injector memory-injection penetration-testing process-injection python reverse-engineering security-tools vuln

Last synced: 04 Mar 2025

https://github.com/x0reaxeax/ghostwriting-x64

PoC implementation of the GhostWriting injection technique for x64 Windows

ghostwriting injection poc popcalc process-injection shellcode-injection shellcode-injector windows wpm-less-wpm x64

Last synced: 25 Apr 2025

https://github.com/jsmoreira02/process_injection

Injection of malicious code into legitimate Windows processes for evasion and simple malware to gain unauthorized access, using the Windows API. Serves as proof of concept or intrusion detection exercises.

cybersecurity-awareness cybsersecurity hacking malware-development payload process-injection windows windows-api

Last synced: 12 Mar 2025

https://github.com/dexmoh/cli-dll-injector

A CLI DLL injector written in C++ for x86 and x64 architectures.

code-injection cpp dll-injection dll-injector process-injection reverse-engineering windows

Last synced: 03 Sep 2025

https://github.com/cnthigu/manual-mapping-dll-injection

Manual DLL Injector (C++) Projeto educacional em C++ que demonstra como injetar uma DLL manualmente em um processo no Windows.

cpp dll-injection low-level malware-analysis manual-mapping memory-management offensive-security pe-format process-injection reverse-engineering security security-research shellcode winapi

Last synced: 26 Oct 2025

https://github.com/n3m3s1spy/injectionlab

InjectionLab is an educational toolkit showcasing various Windows code injection techniques. It provides well-documented examples for security researchers and defenders to explore process injection, memory manipulation, and detection strategies.

av-evasion code-injection defensive-security ethical-hacking exploit-development learning malware-analysis malware-developing malware-development memory-manipulation process-injection red-teaming red-teaming-tools reverse-engineering security-research system-internals winapi windows

Last synced: 27 Jul 2025

https://github.com/commandcracker/cheatbox

CheatBox is currently only a DLL injector. The plan for this project is that CheatBox will become a tool like Cheat Engine with a QT interface. Also, some features like automatic game injections are planed.

dll-injection dll-injector memory-hacking process-injection

Last synced: 25 Feb 2025

https://github.com/lynk4/red-team

A hands-on repository for beginners who want to explore and experiment with red teaming and offensive security methods.

adversary-emulation fin6 mitre process-injection red-team red-teaming-tools windows-process

Last synced: 22 Jul 2025

https://github.com/chrisranas/memloader

**MemLoader** allows you to run native PE executables and .NET assemblies directly from memory, ensuring that no files are written to disk. It features advanced evasion techniques and supports payload encryption for enhanced security. 🛠️💾

dll-injection game-hacking hacking-tools ida ida-loader ida-plugin ida-pro idapro malware memory-injection pentesting process-injection windows

Last synced: 24 Jun 2025