From 0f60250e4fbde513f2ea727710e540a32db59c36 Mon Sep 17 00:00:00 2001 From: Andrew Case Date: Mon, 19 Oct 2020 10:06:59 -0500 Subject: [PATCH] Add missing requirements specification --- volatility/framework/plugins/mac/kevents.py | 1 + 1 file changed, 1 insertion(+) 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,