Skip to content

Commit

Permalink
Update memorydump.py
Browse files Browse the repository at this point in the history
  • Loading branch information
3gstudent authored Jul 7, 2017
1 parent dc6114a commit 5a24e59
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Windows/lazagne/softwares/memory/memorydump.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
from lazagne.config.write_output import print_debug
from lazagne.config.constant import *
from keethief import KeeThief
from memorpy import *
from memory_profiler import *
import psutil

# create a symbolic link on Windows
Expand Down Expand Up @@ -105,4 +105,4 @@ def run(self, software_name = None):
}
)

return pwdFound
return pwdFound

0 comments on commit 5a24e59

Please sign in to comment.