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

https://github.com/processust/unhookingdll

This script is used to bypass DLL Hooking using a fresh mapped copy of ntdll file, patch the ETW and trigger a shellcode with process hollowing
https://github.com/processust/unhookingdll

bypass dll-unhooking edr etw process-hollowing shellcode

Last synced: 3 months ago
JSON representation

This script is used to bypass DLL Hooking using a fresh mapped copy of ntdll file, patch the ETW and trigger a shellcode with process hollowing

Awesome Lists containing this project

README

          

C++ template for DLL Unhooking + ETW patching











This script is used to bypass DLL Hooking using a fresh mapped copy of ntdll file, patch the ETW and trigger a shellcode with process hollowing



Stolen from :



- https://github.com/TheD1rkMtr

- https://www.ired.team/offensive-security/defense-evasion/how-to-unhook-a-dll-using-c++

- https://github.com/Hagrid29/RemotePatcher/blob/main/RemotePatcher/RemotePatcher.cpp