frida_win_etw_bypass
Patch ntdll!EtwEventWrite to return success without emitting events, bypassing ETW logging on Windows.
Instructions
[Windows] Patch EtwEventWrite to neutralise ETW event logging.
Overwrites ntdll!EtwEventWrite with xor eax,eax; ret so it
returns SUCCESS (0) without emitting events. Standard anti-logging
bypass.
target: process name or pid (string).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | Yes |