Skip to content

Commit 16827bd

Browse files
committed
adding newline
1 parent 258e658 commit 16827bd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

volatility/memtriage.py

+1
Original file line numberDiff line numberDiff line change
@@ -272,6 +272,7 @@ def parse_yarascan_data(data, out, output = "text"):
272272
["{0:#x} {1:<16} {2}".format(o, h, i)
273273
for o, i, h in malfind.Disassemble(content.decode("hex"), int(addr), mode)
274274
]))
275+
out.write("\n\n")
275276
else:
276277
for rule, owner, addr, content in datas:
277278
out.write("{0},{1},{2}\n".format(rule, owner, addr, content))

0 commit comments

Comments
 (0)