Skip to content

Commit 10ea97d

Browse files
committed
small fix
1 parent 8d18e24 commit 10ea97d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

volatility/memtriage.py

+2
Original file line numberDiff line numberDiff line change
@@ -482,6 +482,8 @@ def main():
482482
myconfigs.config.OFFSET = int(args.offset, 16)
483483
except:
484484
print "Unable to use offset: {0}".format(args.offset)
485+
except TypeError:
486+
myconfigs.config.OFFSET = None
485487
if "NAME" not in items["options"]:
486488
myconfigs.config.NAME = None
487489
else:

0 commit comments

Comments
 (0)