Move context, tidy up object model and add memory to test_rig.

This commit is contained in:
Mike Auty
2013-05-05 22:06:38 +01:00
parent dc65c356fc
commit e351958413
12 changed files with 196 additions and 92 deletions
+3
View File
@@ -15,3 +15,6 @@ class InvalidAddressException(VolatilityException):
class SymbolSpaceError(VolatilityException):
"""Thrown when an error occurs dealing with Symbols and Symbolspaces"""
class LayerException(VolatilityException):
"""Thrown when an error occurs dealing with memory and layers"""