You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
rasm2 treats the second instruction no differently than the first instruction, while kstool is able to generate the correct assembly code for the second instruction.
I would also add that disassembly works well for the instruction generated by kstool:
$ ../../../../../bin/rasm2 -d -a arm -b 64 0106a0f2
movk x1, 0x30, lsl 16
The text was updated successfully, but these errors were encountered:
I have attached an example comparing the assembly generated by kstool (keystone) and rasm2 for two instructions:
rasm2 treats the second instruction no differently than the first instruction, while kstool is able to generate the correct assembly code for the second instruction.
I would also add that disassembly works well for the instruction generated by kstool:
The text was updated successfully, but these errors were encountered: