From 39c0b38f091b4a9584b9d2f33af4d32d511dd67c Mon Sep 17 00:00:00 2001 From: Mike Auty Date: Wed, 11 Jun 2014 01:35:50 +0100 Subject: [PATCH] Add additional docstrings and refactor/rearrange the entire codebase. --- .idea/volatility3.iml | 3 - doc/source/conf.py | 24 +- doc/source/index.rst | 10 +- doc/source/modules.rst | 4 +- test_render.py | 3 +- test_rig.py | 11 +- volatility/framework/__init__.py | 2 + volatility/framework/constants.py | 5 +- volatility/framework/exceptions.py | 5 + volatility/framework/interfaces/renderers.py | 6 +- volatility/framework/interfaces/symbols.py | 4 +- volatility/framework/renderers/__init__.py | 8 +- volatility/framework/xp_sp2_x86_vtypes.py | 11414 +++++++++-------- 13 files changed, 6049 insertions(+), 5450 deletions(-) diff --git a/.idea/volatility3.iml b/.idea/volatility3.iml index 8b4950201..ea53a8ee5 100644 --- a/.idea/volatility3.iml +++ b/.idea/volatility3.iml @@ -10,9 +10,6 @@ - -