diff --git a/.gitignore b/.gitignore index eeb8a6e..13ba121 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ **/__pycache__ +.idea/workspace.xml diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 0819298..8b1c4a2 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -2,17 +2,7 @@ - - - - - - - - - - @@ -40,8 +30,8 @@ - - + + @@ -740,8 +730,8 @@ - - + + diff --git a/modules/winreg.py b/modules/winreg.py index 73000ab..8d4baa6 100644 --- a/modules/winreg.py +++ b/modules/winreg.py @@ -56,6 +56,5 @@ class RegistryModule(Module): #Vista+ files += [profile + "/AppData/Local/Microsoft/Windows/UsrClass.dat"] - print(files) runProcess(["tar","-czvf",path + "winreg_" + vol + ".tar.gz"] + files) umount(mntid)