Package winappdbg :: Module crash :: Class Marshaller
[hide private]
[frames] | no frames]

Class Marshaller

source code


Custom pickler for Crash objects. Optimizes the pickled data when using the standard pickle (or cPickle) module. The pickled data is then compressed using zlib.

Instance Methods [hide private]

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __init__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Static Methods [hide private]
 
dumps(obj, protocol=2) source code
 
loads(data) source code
a new object with type S, a subtype of T
__new__(cls, *argv, **argd)
Don't try to instance this class, just use the static methods. (Inherited from winappdbg.util.StaticClass)
Properties [hide private]

Inherited from object: __class__