From d0d4b86faf274ec5107765138966d24cf902a6ac Mon Sep 17 00:00:00 2001 From: pe3zx Date: Wed, 18 Nov 2020 21:10:47 +0700 Subject: [PATCH] Add forrest-orr/phantom-dll-hollower-poc --- Offensive.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Offensive.md b/Offensive.md index fdd4afd..13add5a 100644 --- a/Offensive.md +++ b/Offensive.md @@ -175,6 +175,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 + + /forrest-orr/phantom-dll-hollower-poc + Phantom DLL hollowing PoC + GoodstudyChina/APC-injection-x86-x64 injdrv is a proof-of-concept Windows Driver for injecting DLL into user-mode processes using APC.