summaryrefslogtreecommitdiffstats
path: root/python/dfwinreg/README
diff options
context:
space:
mode:
author Barry J. Grundy <bgrundy@linuxleo.com>2017-01-22 08:32:35 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2017-01-24 07:22:55 +0700
commit22d7f38cd26bba6ec2741c5110bab12de38471e2 (patch)
tree9910c06315facbcbd7ee4fadc469313e2f071536 /python/dfwinreg/README
parente12d3250a7c9aebc14dfae5e57d42bad93a49ae8 (diff)
downloadslackbuilds-22d7f38cd26bba6ec2741c5110bab12de38471e2.tar.gz
slackbuilds-22d7f38cd26bba6ec2741c5110bab12de38471e2.tar.xz
python/dfwinreg: Added (Digital Forensics Windows Registry).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/dfwinreg/README')
-rw-r--r--python/dfwinreg/README4
1 files changed, 4 insertions, 0 deletions
diff --git a/python/dfwinreg/README b/python/dfwinreg/README
new file mode 100644
index 0000000000..d52d683670
--- /dev/null
+++ b/python/dfwinreg/README
@@ -0,0 +1,4 @@
+dfWinReg, or Digital Forensics Windows Registry, provides read-only access to
+Windows Registry objects. The goal of dfWinReg is to provide a generic
+interface for accessing Windows Registry objects that resembles the Registry
+key hierarchy as seen on a live Windows system.