diff --git a/volatility/framework/plugins/mac/kevents.py b/volatility/framework/plugins/mac/kevents.py index 8aefd235f..0a05d5c7a 100644 --- a/volatility/framework/plugins/mac/kevents.py +++ b/volatility/framework/plugins/mac/kevents.py @@ -61,6 +61,7 @@ class Kevents(interfaces.plugins.PluginInterface): architectures = ["Intel32", "Intel64"]), requirements.SymbolTableRequirement(name = "darwin", description = "Mac kernel"), requirements.PluginRequirement(name = 'pslist', plugin = pslist.PsList, version = (2, 0, 0)), + requirements.VersionRequirement(name = 'macutils', component = mac.MacUtilities, version = (1, 2, 0)), requirements.ListRequirement(name = 'pid', description = 'Filter on specific process IDs', element_type = int,