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 d464420 commit 6537086Copy full SHA for 6537086
volatility3/framework/plugins/windows/svcdiff.py
@@ -16,9 +16,11 @@ class SvcDiff(
16
removal_date="2026-06-07",
17
):
18
"""Compares services found through list walking versus scanning to find rootkits (deprecated)."""
19
+
20
def __init__(self, *args, **kwargs):
21
super().__init__(*args, **kwargs)
22
self._enumeration_method = self.service_diff
23
24
_required_framework_version = (2, 4, 0)
25
26
_version = (2, 0, 0)
0 commit comments