From 5f9cc040a321e0f8d94626f6221423a80ea59304 Mon Sep 17 00:00:00 2001 From: pe3zx Date: Wed, 18 Nov 2020 21:09:18 +0700 Subject: [PATCH] Add GoodstudyChina/APC-injection-x86-x64 --- Offensive.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Offensive.md b/Offensive.md index 16768d0..30bd6ac 100644 --- a/Offensive.md +++ b/Offensive.md @@ -171,6 +171,10 @@ Some tools can be categorized in more than one category. But because the current Flangvik/SharpDllProxy Retrieves exported functions from a legitimate DLL and generates a proxy DLL source code/template for DLL proxy loading or sideloading + + GoodstudyChina/APC-injection-x86-x64 + injdrv is a proof-of-concept Windows Driver for injecting DLL into user-mode processes using APC. + jonatan1024/clrinject Injects C# EXE or DLL Assembly into every CLR runtime and AppDomain of another process.