We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57b28e5 commit 94a0292Copy full SHA for 94a0292
volatility3/framework/plugins/windows/etwpatch.py
@@ -30,10 +30,17 @@ class EtwPatch(interfaces.plugins.PluginInterface):
30
"EtwEventWrite",
31
"EtwEventWriteFull",
32
"NtTraceEvent",
33
+ "NtTraceEvent",
34
+ "ZwTraceEvent",
35
+ "NtTraceControl",
36
+ "ZwTraceControl",
37
+ "EtwpEventWriteFull"
38
],
39
},
40
"advapi32.dll": {
- pe_symbols.wanted_names_identifier: ["EventWrite"],
41
+ pe_symbols.wanted_names_identifier: [
42
+ "EventWrite",
43
+ "TraceEvent"],
44
45
}
46
0 commit comments