We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d18e24 commit 10ea97dCopy full SHA for 10ea97d
volatility/memtriage.py
@@ -482,6 +482,8 @@ def main():
482
myconfigs.config.OFFSET = int(args.offset, 16)
483
except:
484
print "Unable to use offset: {0}".format(args.offset)
485
+ except TypeError:
486
+ myconfigs.config.OFFSET = None
487
if "NAME" not in items["options"]:
488
myconfigs.config.NAME = None
489
else:
0 commit comments