lucasduffey / binja_smali

12 stars 4 forks source link

perform_get_instruction_low_level_il - NotImplementedError #36

Closed lucasduffey closed 8 years ago

lucasduffey commented 8 years ago

Traceback (most recent call last): File "_ctypes/callbacks.c", line 315, in 'calling callback function' File "/home/user/binaryninja/plugins/../python/binaryninja/init.py", line 6095, in _get_instruction_low_level_il LowLevelILFunction(self, core.BNNewLowLevelILFunctionReference(il))) File "/home/user/binaryninja/plugins/../python/binaryninja/init.py", line 6490, in perform_get_instruction_low_level_il NotImplementedError

lucasduffey commented 8 years ago

perform_get_instruction_low_level_il IS implemented in both APKView and DexView.

Why is this error spammed?

lucasduffey commented 8 years ago

not_implemented_error

lucasduffey commented 8 years ago

FIXED: perform_get_instruction_low_level_il needs to be implemented in the ARCH