diff options
Diffstat (limited to 'comparator.py')
-rw-r--r-- | comparator.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/comparator.py b/comparator.py index e338f43..6cc440c 100644 --- a/comparator.py +++ b/comparator.py @@ -265,4 +265,3 @@ for blob in found_blobs: print "Found " + str(len(found_blobs)) + " possibly copied functions." print [hex(x) for x in found_blobs[10].locations] - |