From 3f2f3cd2f35b01aeb422c2a86a472aae9fba5205 Mon Sep 17 00:00:00 2001 From: Mike Auty Date: Mon, 3 Dec 2018 21:52:29 +0000 Subject: [PATCH] Add a reminder to fix up the API in this place. --- volatility/framework/automagic/linux.py | 1 + 1 file changed, 1 insertion(+) diff --git a/volatility/framework/automagic/linux.py b/volatility/framework/automagic/linux.py index e232b26fd..f902db268 100644 --- a/volatility/framework/automagic/linux.py +++ b/volatility/framework/automagic/linux.py @@ -327,6 +327,7 @@ class LinuxUtilities(object): config, context: interfaces.context.ContextInterface, aslr_shift = 0): + # FIXME: Change signature not to use config, but explicitly ask for symbol/layer names if aslr_shift == 0: aslr_layer = config['primary.memory_layer']