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']