Skip to content

Commit

Permalink
adding newline
Browse files Browse the repository at this point in the history
  • Loading branch information
gleeda committed Sep 28, 2018
1 parent 258e658 commit 16827bd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions volatility/memtriage.py
Original file line number Diff line number Diff line change
Expand Up @@ -272,6 +272,7 @@ def parse_yarascan_data(data, out, output = "text"):
["{0:#x} {1:<16} {2}".format(o, h, i)
for o, i, h in malfind.Disassemble(content.decode("hex"), int(addr), mode)
]))
out.write("\n\n")
else:
for rule, owner, addr, content in datas:
out.write("{0},{1},{2}\n".format(rule, owner, addr, content))
Expand Down

0 comments on commit 16827bd

Please sign in to comment.