Skip to content

Commit

Permalink
python: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
aquynh committed Jul 26, 2016
1 parent 3aadf88 commit 1f9e383
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions bindings/python/sample_asm_count.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
# This shows how to get out of KsError the number of
# assembly instructions successfully compiled when error occur


from keystone import *

CODE = b"INC ecx; yyy; DEC edx" # input assembly with an invalid instruction
Expand All @@ -23,7 +22,3 @@
if count is not None:
# print out the number of instructions succesfully compiled
print("asmcount = %u" %e.get_asm_count())




0 comments on commit 1f9e383

Please sign in to comment.