Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 566 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 566 Bytes

ETW-Patcher

A simple C++ script that first checks if NtProtectVirtualMemory and NtAllocateVirtualMemory are hooked or not. Then it loads the ntdll.dll with LoadLibrary and gets the address of the function EtwEventWrite using GetProcAddress. Finally, it writes the patch bytes into the process.

Usage

  • Without ETW bypass. image

  • With ETW bypass. image