We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b679cb commit bb6556dCopy full SHA for bb6556d
volatility3/framework/symbols/linux/utilities/tainting.py
@@ -117,9 +117,7 @@ def get_taints_as_plain_string(
117
return cls._module_flags_taint_post_4_10_rc1(
118
context, kernel_module_name, taints, is_module
119
)
120
- return cls._module_flags_taint_pre_4_10_rc1(
121
- context, kernel_module_name, taints, is_module
122
- )
+ return cls._module_flags_taint_pre_4_10_rc1(taints, is_module)
123
124
@classmethod
125
def get_taints_parsed(
0 commit comments