Skip to content

Commit 9f8d5a6

Browse files
committed
small fix in memtriage
1 parent b46b6d4 commit 9f8d5a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

volatility/memtriage.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -481,7 +481,7 @@ def main():
481481
if load:
482482
return
483483

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

0 commit comments

Comments
 (0)