Skip to content

Commit 94a0292

Browse files
committed
add functions to etwpatch
1 parent 57b28e5 commit 94a0292

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

volatility3/framework/plugins/windows/etwpatch.py

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,17 @@ class EtwPatch(interfaces.plugins.PluginInterface):
3030
"EtwEventWrite",
3131
"EtwEventWriteFull",
3232
"NtTraceEvent",
33+
"NtTraceEvent",
34+
"ZwTraceEvent",
35+
"NtTraceControl",
36+
"ZwTraceControl",
37+
"EtwpEventWriteFull"
3338
],
3439
},
3540
"advapi32.dll": {
36-
pe_symbols.wanted_names_identifier: ["EventWrite"],
41+
pe_symbols.wanted_names_identifier: [
42+
"EventWrite",
43+
"TraceEvent"],
3744
},
3845
}
3946

0 commit comments

Comments
 (0)