| Trees | Indices | Help |
|
|---|
|
|
Test the Json encode/decoder.
| Nested Classes | |
|
__metaclass__ Automatic Plugin Registration through metaclasses. (Inherited from rekall.testlib.RekallBaseUnitTestCase) |
|
|
top_level_class Base class for all rekall unit tests. (Inherited from rekall.testlib.RekallBaseUnitTestCase) |
|
|
Inherited from |
|
| Instance Methods | |||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from Inherited from |
|||
| Class Methods | |||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
| Class Variables | |
PLUGIN = hash(x) |
|
PARAMETERS =
(Inherited from rekall.testlib.RekallBaseUnitTestCase)
|
|
classes =
(Inherited from rekall.testlib.RekallBaseUnitTestCase)
|
|
classes_by_name =
(Inherited from rekall.testlib.RekallBaseUnitTestCase)
|
|
disabled = False
(Inherited from rekall.testlib.RekallBaseUnitTestCase)
|
|
plugin_feature =
(Inherited from rekall.testlib.RekallBaseUnitTestCase)
|
|
temp_directory = Nonehash(x) (Inherited from rekall.testlib.RekallBaseUnitTestCase) |
|
|
Inherited from |
|
| Properties | |
|
Inherited from |
| Method Details |
Hook method for setting up the test fixture before exercising it.
|
Test that serializing simple python objects with json works. NOTE: Json is not intrinsically a fully functional serialization format - it is unable to serialize many common python primitives (e.g. strings, dicts with numeric keys etc). This tests that our wrapping around the json format allows the correct serialization of python primitives. |
Serialize _EPROCESS objects. We check that the deserialized object is an exact replica of the original - this includes the same address spaces, profile and offset. Having the objects identical allows us to dereference object members seamlessly. |
|
|
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Mon Oct 9 03:28:57 2017 | http://epydoc.sourceforge.net |