Skip to content

Commit fc7e13f

Browse files
committed
black
1 parent 94a0292 commit fc7e13f

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

volatility3/framework/plugins/windows/etwpatch.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,11 @@ class EtwPatch(interfaces.plugins.PluginInterface):
3434
"ZwTraceEvent",
3535
"NtTraceControl",
3636
"ZwTraceControl",
37-
"EtwpEventWriteFull"
37+
"EtwpEventWriteFull",
3838
],
3939
},
4040
"advapi32.dll": {
41-
pe_symbols.wanted_names_identifier: [
42-
"EventWrite",
43-
"TraceEvent"],
41+
pe_symbols.wanted_names_identifier: ["EventWrite", "TraceEvent"],
4442
},
4543
}
4644

0 commit comments

Comments
 (0)