diff options
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 |
commit | 22d7f38cd26bba6ec2741c5110bab12de38471e2 (patch) | |
tree | 9910c06315facbcbd7ee4fadc469313e2f071536 /python/dfwinreg/README | |
parent | e12d3250a7c9aebc14dfae5e57d42bad93a49ae8 (diff) |
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/README | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/python/dfwinreg/README b/python/dfwinreg/README new file mode 100644 index 0000000000000..d52d68367008b --- /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. |