IOsipov / androguard

Automatically exported from code.google.com/p/androguard
Apache License 2.0
0 stars 0 forks source link

dvm.py get_instructions #65

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
redundant code
else :
     op_value = unpack( '=B', self.__insn[idx] )[0]
     obj = get_instruction( self.__CM, op_value, self.__insn[idx:] )

line 4256 (get_instructions)

Original issue reported on code.google.com by liadalex82@gmail.com on 26 Jul 2012 at 2:16

GoogleCodeExporter commented 9 years ago
I have write a new algorithm, so it is no more valid

Original comment by anthony....@gmail.com on 5 Aug 2012 at 9:39