Skip to content

Commit 6537086

Browse files
committed
black
1 parent d464420 commit 6537086

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

volatility3/framework/plugins/windows/svcdiff.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,11 @@ class SvcDiff(
1616
removal_date="2026-06-07",
1717
):
1818
"""Compares services found through list walking versus scanning to find rootkits (deprecated)."""
19+
1920
def __init__(self, *args, **kwargs):
2021
super().__init__(*args, **kwargs)
2122
self._enumeration_method = self.service_diff
23+
2224
_required_framework_version = (2, 4, 0)
2325

2426
_version = (2, 0, 0)

0 commit comments

Comments
 (0)