General code refactor.

This commit is contained in:
Mike Auty
2014-12-30 03:43:36 +00:00
parent 3395ade2fa
commit 38b0791233
5 changed files with 10 additions and 8 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ from volatility.framework import validity
from volatility.framework.interfaces import context as context_module
#
# Plugins
# Plugins
# - Take in relevant number of TranslationLayers (of specified type)
# - Outputs TreeGrid
#
+2 -2
View File
@@ -76,8 +76,8 @@ class SymbolTableInterface(validity.ValidityRoutines):
# """Returns the number of items in the symbol list"""
# return len(self.structures)
#
# def __getitem__(self, key):
# """Resolves a symbol name into an object template
# def __getitem__(self, key):
# """Resolves a symbol name into an object template
#
# Note, this method cannot sub-resolve throughout a whole symbol space
# """