Skip to content

Commit

Permalink
small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
gleeda committed Jul 17, 2020
1 parent 4d3e35a commit c24f485
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 @@ -305,7 +305,7 @@ def parse_yarascan_data(data, out, output = "text"):
]))
out.write("\n\n")
else:
out.write("{0},{1},{2},{3}\n").format("Rule", "Owner", "Address", "Data"))
out.write("{0},{1},{2},{3}\n".format("Rule", "Owner", "Address", "Data"))
for rule, owner, addr, content in datas:
out.write("{0},{1},{2},{3}\n".format(rule, owner, addr, content))
out.write("\n\n")
Expand Down

0 comments on commit c24f485

Please sign in to comment.