IDA_ARM_Unwind
IDA_ARM_Unwind copied to clipboard
IDA plugin, unwind stack trace when debugging arm.
Results
2
IDA_ARM_Unwind issues
Sort by
recently updated
recently updated
newest added
Failed while executing plugin_t.run(): Traceback (most recent call last): File "E:/ida7.3/plugins/arm_unwind_plugin.py", line 553, in run unwind_with_gui() File "E:/ida7.3/plugins/arm_unwind_plugin.py", line 523, in unwind_with_gui return unwind_now(True) File "E:/ida7.3/plugins/arm_unwind_plugin.py", line 513, in unwind_now...
Currently plugin only works for ARMv7-A (32-bit), need something like this for ARMv8-A (AArch64), could you update?