From 687da20cbcc8c2a94227b2ca5f3240bd1665ca11 Mon Sep 17 00:00:00 2001 From: Mike Auty Date: Thu, 20 Apr 2017 23:11:42 +0100 Subject: [PATCH] Fix up a typo @npetroni pointed out. --- volatility/framework/layers/intel.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/volatility/framework/layers/intel.py b/volatility/framework/layers/intel.py index 595ea6ec2..ba272d940 100644 --- a/volatility/framework/layers/intel.py +++ b/volatility/framework/layers/intel.py @@ -210,7 +210,7 @@ class IntelPAE(Intel): class Intel32e(Intel): priority = 30 - architecture = "Intel64" + _architecture = "Intel64" def __init__(self, *args, **kwargs): super().__init__(*args, **kwargs)