diff options
| author | Guillaume Delpierre | 2015-09-08 17:14:34 +0200 |
|---|---|---|
| committer | Guillaume Delpierre | 2015-09-08 17:14:34 +0200 |
| commit | 68fb82e13900b2572421432960037b8a737b49ef (patch) | |
| tree | 1f8d1db687759f2ec3bb2bcc6e5a867e11671ea0 | |
| parent | dec44809e95e70f729e703c5cad419ad5e946ebd (diff) | |
remove empty line
| -rw-r--r-- | poc.py | 1 |
1 files changed, 0 insertions, 1 deletions
| @@ -28,4 +28,3 @@ for cpt, (root, dirnames, filenames) in enumerate(os.walk(sys.argv[1])): | |||
| 28 | print str(matches) + fname | 28 | print str(matches) + fname |
| 29 | print '\n'.join(hex(m[0]) + ':' + m[1] + ': ' + m[2] for m in matches.strings) | 29 | print '\n'.join(hex(m[0]) + ':' + m[1] + ': ' + m[2] for m in matches.strings) |
| 30 | 30 | ||
| 31 | |||
