Package rekall :: Package plugins :: Package tools :: Module json_tools
[frames] | no frames]

Module json_tools

source code

Tools for manipulating json output.

When decoding json output, the decoder may not have access to the original image. Therefore we can not simply recreate the original encoded objects (because they will need to read from the original image). We must therefore create a standin for these objects which looks similar to the original but is able to be used directly - i.e. without reading the original image.


Author: Michael Cohen <scudette@google.com>

Classes
  JSONParser
Renders a json rendering file, as produced by the JsonRenderer.
  TestJSONParser
Test the JSON renderer/parser.
Variables
  __package__ = 'rekall.plugins.tools'