mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-06 21:00:22 +00:00
Update autopsyuninstall.pl
Update plugin to also get data from NTUSER.dat
This commit is contained in:
parent
78042da4c7
commit
a6c97ad932
4
thirdparty/rr/plugins/autopsyuninstall.pl
vendored
4
thirdparty/rr/plugins/autopsyuninstall.pl
vendored
@ -9,6 +9,8 @@
|
||||
# http://msdn.microsoft.com/en-us/library/ms954376.aspx
|
||||
#
|
||||
# Change History:
|
||||
# 20140512 - updated to include NTUSER.DAT (recommended by
|
||||
# Bartosz Inglot, bartosz.inglot@uk.pwc.com)
|
||||
# 20120523 - updated to include 64-bit systems
|
||||
# 20100116 - Minor updates
|
||||
# 20090413 - Extract DisplayVersion info
|
||||
@ -19,7 +21,7 @@
|
||||
package autopsyuninstall;
|
||||
use strict;
|
||||
|
||||
my %config = (hive => "Software",
|
||||
my %config = (hive => "Software, NTUSER\.DAT",
|
||||
osmask => 22,
|
||||
hasShortDescr => 1,
|
||||
hasDescr => 0,
|
||||
|
Loading…
x
Reference in New Issue
Block a user