Commit 17c1fdeb7ca07e56b28e3b632cc4ad6f99ca3339

Authored by Imanol-Mikel Barba Sabariego
1 parent 9730fecf

Deleted debug line

.gitignore
1 **/__pycache__ 1 **/__pycache__
  2 +.idea/workspace.xml
.idea/workspace.xml
@@ -2,17 +2,7 @@ @@ -2,17 +2,7 @@
2 <project version="4"> 2 <project version="4">
3 <component name="ChangeListManager"> 3 <component name="ChangeListManager">
4 <list default="true" id="33419617-7da8-422e-9ac6-68e0b317ebf8" name="Default" comment=""> 4 <list default="true" id="33419617-7da8-422e-9ac6-68e0b317ebf8" name="Default" comment="">
5 - <change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/README.md" />  
6 - <change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/mount.py" />  
7 - <change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/scripts/list_fat.sh" />  
8 - <change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/vars/winvol.py" />  
9 - <change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/winver.py" />  
10 - <change type="MODIFICATION" beforePath="$PROJECT_DIR$/.idea/workspace.xml" afterPath="$PROJECT_DIR$/.idea/workspace.xml" />  
11 - <change type="MODIFICATION" beforePath="$PROJECT_DIR$/digger.py" afterPath="$PROJECT_DIR$/digger.py" />  
12 - <change type="MODIFICATION" beforePath="$PROJECT_DIR$/modules/info.py" afterPath="$PROJECT_DIR$/modules/info.py" />  
13 <change type="MODIFICATION" beforePath="$PROJECT_DIR$/modules/winreg.py" afterPath="$PROJECT_DIR$/modules/winreg.py" /> 5 <change type="MODIFICATION" beforePath="$PROJECT_DIR$/modules/winreg.py" afterPath="$PROJECT_DIR$/modules/winreg.py" />
14 - <change type="MODIFICATION" beforePath="$PROJECT_DIR$/tomb.py" afterPath="$PROJECT_DIR$/tomb.py" />  
15 - <change type="MODIFICATION" beforePath="$PROJECT_DIR$/vars/ntfsvol.py" afterPath="$PROJECT_DIR$/vars/ntfsvol.py" />  
16 </list> 6 </list>
17 <ignored path="gravedigger.iws" /> 7 <ignored path="gravedigger.iws" />
18 <ignored path=".idea/workspace.xml" /> 8 <ignored path=".idea/workspace.xml" />
@@ -40,8 +30,8 @@ @@ -40,8 +30,8 @@
40 <file leaf-file-name="winreg.py" pinned="false" current-in-tab="true"> 30 <file leaf-file-name="winreg.py" pinned="false" current-in-tab="true">
41 <entry file="file://$PROJECT_DIR$/modules/winreg.py"> 31 <entry file="file://$PROJECT_DIR$/modules/winreg.py">
42 <provider selected="true" editor-type-id="text-editor"> 32 <provider selected="true" editor-type-id="text-editor">
43 - <state relative-caret-position="485">  
44 - <caret line="56" column="49" selection-start-line="56" selection-start-column="49" selection-end-line="56" selection-end-column="49" /> 33 + <state relative-caret-position="523">
  34 + <caret line="57" column="0" selection-start-line="57" selection-start-column="0" selection-end-line="57" selection-end-column="0" />
45 <folding> 35 <folding>
46 <element signature="e#0#25#0" expanded="true" /> 36 <element signature="e#0#25#0" expanded="true" />
47 </folding> 37 </folding>
@@ -740,8 +730,8 @@ @@ -740,8 +730,8 @@
740 </entry> 730 </entry>
741 <entry file="file://$PROJECT_DIR$/modules/winreg.py"> 731 <entry file="file://$PROJECT_DIR$/modules/winreg.py">
742 <provider selected="true" editor-type-id="text-editor"> 732 <provider selected="true" editor-type-id="text-editor">
743 - <state relative-caret-position="485">  
744 - <caret line="56" column="49" selection-start-line="56" selection-start-column="49" selection-end-line="56" selection-end-column="49" /> 733 + <state relative-caret-position="523">
  734 + <caret line="57" column="0" selection-start-line="57" selection-start-column="0" selection-end-line="57" selection-end-column="0" />
745 <folding> 735 <folding>
746 <element signature="e#0#25#0" expanded="true" /> 736 <element signature="e#0#25#0" expanded="true" />
747 </folding> 737 </folding>
modules/winreg.py
@@ -56,6 +56,5 @@ class RegistryModule(Module): @@ -56,6 +56,5 @@ class RegistryModule(Module):
56 #Vista+ 56 #Vista+
57 files += [profile + "/AppData/Local/Microsoft/Windows/UsrClass.dat"] 57 files += [profile + "/AppData/Local/Microsoft/Windows/UsrClass.dat"]
58 58
59 - print(files)  
60 runProcess(["tar","-czvf",path + "winreg_" + vol + ".tar.gz"] + files) 59 runProcess(["tar","-czvf",path + "winreg_" + vol + ".tar.gz"] + files)
61 umount(mntid) 60 umount(mntid)