Hi, I am using capstone version 4.0.1
During the disassembly, I found that "BLX R3" is disassembled as "mrc p7, #5, r4, c0, c8, #4 4."
This is an ARM instruction with Thumb mode. Its binary values are "98 47"
Is there some reason why it is recognized as that instruction?
If so, how should I fix it? (e.g., mode change)
Hi, I am using capstone version 4.0.1
During the disassembly, I found that "BLX R3" is disassembled as "mrc p7, #5, r4, c0, c8, #4 4."
This is an ARM instruction with Thumb mode. Its binary values are "98 47"
Is there some reason why it is recognized as that instruction?
If so, how should I fix it? (e.g., mode change)