However, when i did some digging into the stc and fstmiax, I found out that fstmiax is only mentioned up to ARM v4 reference while STC is still used in more modern versions of ARM. I also found out that it seems to be a bug in LLVM to begin with. Do you have any knowledge as to how I can work around this?
I am currently doing some tests with keystone. I diassembled a binary with IDA and am trying to assemble the following instruction:
and obtained the following error code when using kstool:
Since I failed, I tried using capstone to disassemble the said binary to see what I got, and I obtained the following disassembly with capstone:
However, when i did some digging into the stc and fstmiax, I found out that fstmiax is only mentioned up to ARM v4 reference while STC is still used in more modern versions of ARM. I also found out that it seems to be a bug in LLVM to begin with. Do you have any knowledge as to how I can work around this?
Thanks!