From: Andreas A. <all...@gm...> - 2017-07-06 11:57:20
|
Hey, I'm new to capstone, and trying to get information about the operands of instructions. I'm using the python binding and tried the supplied example (http://www.capstone-engine.org/op_access.html) . The line: (regs_read, regs_write) = insn.regs_access() gives me: TypeError: 'NoneType' object is not callable Then I went through the code, trying to figure out the problem. I noticed that the CsInsn class has neither an attribute nor a method called regs_access. Does this mean that this feature is not yet implemented? Greetings, Andreas |