Skip to content

Commit

Permalink
small fix in memtriage
Browse files Browse the repository at this point in the history
  • Loading branch information
gleeda committed Sep 4, 2019
1 parent b46b6d4 commit 9f8d5a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion volatility/memtriage.py
Original file line number Diff line number Diff line change
Expand Up @@ -481,7 +481,7 @@ def main():
if load:
return

myconfigs = Configs(path = "\\\\.\\" + service_name, profile = profile, debug = debugg)
myconfigs = Configs(path = "\\\\.\\" + service_name, profile = profile, debug_enabled = debugg)
if myconfigs.kdbg == None:
print "Unable to find valid KDBG value... quitting"
setup(driver, service_name, pmem_service, debugg)
Expand Down

0 comments on commit 9f8d5a6

Please sign in to comment.