This commit is contained in:
Ned Williamson 2016-01-24 20:30:54 -05:00
parent 82d29104f8
commit 89af06cb9a
1 changed files with 2 additions and 2 deletions

View File

@ -412,9 +412,9 @@ class CsInsn(object):
Design choices / limitations:
1) This is a glorified string parsing hack that assume Intel syntax.
1) This is a glorified string parsing hack that assumes Intel syntax.
This is quite ugly IMO, but the alternative is to write our own
dissassembler/printer which is unneccessary work. Fortunately,
dissassembler/printer which is unnecessary work. Fortunately,
this is localized to the CsInsn class so we assume that Capstone
syntax will not change. Otherwise, ping me if this breaks (@nedwill).