From 68fb82e13900b2572421432960037b8a737b49ef Mon Sep 17 00:00:00 2001 From: Guillaume Delpierre Date: Tue, 8 Sep 2015 17:14:34 +0200 Subject: remove empty line --- poc.py | 1 - 1 file changed, 1 deletion(-) diff --git a/poc.py b/poc.py index f700d20..f1d5399 100644 --- a/poc.py +++ b/poc.py @@ -28,4 +28,3 @@ for cpt, (root, dirnames, filenames) in enumerate(os.walk(sys.argv[1])): print str(matches) + fname print '\n'.join(hex(m[0]) + ':' + m[1] + ': ' + m[2] for m in matches.strings) - -- cgit v1.3