mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-09-25 11:04:52 +02:00
General code refactor.
This commit is contained in:
@@ -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
|
||||
#
|
||||
|
||||
@@ -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
|
||||
# """
|
||||
|
||||
Reference in New Issue
Block a user