''' Created on 17 Feb 2013 @author: mike ''' import struct import collections import volatility.framework.interfaces as interfaces import volatility.framework.templates as templates class Void(interfaces.ObjectInterface): """Returns an object to represent void/unknown types""" pass class PrimitiveObject(interfaces.ObjectInterface): """PrimitiveObject is an interface for any objects that should simulate a Python primitive""" def __init__(self, context, layer_name, offset, symbol_name, struct_format = '