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
EDIT: in fact, even r2 does ignore them, it makes sense. Editing the title.
$ r2 malloc://16
-- This code was intentionally left blank, try 'e asm.arch = ws'
[0x00000000]> e asm.arch=arm
[0x00000000]> e asm.bits=64
[0x00000000]> "wa STP x29, x30, [sp, #0x80]"
Written 4 byte(s) (STP x29, x30, [sp, #0x80]) = wx fd7b00a9
[0x00000000]> pd 1
0x00000000 fd7b00a9 stp x29, x30, [sp]
The text was updated successfully, but these errors were encountered:
ghost
changed the title
arm: rasm2 ignores immediates which are precedeed by an hash (but r2 does not)
arm: rasm2 ignores immediates which are precedeed by an hash
Oct 5, 2019
Work environment
Expected behavior
rasm2 understands the (official?) format for arm immediates
#<imm>
.Actual behavior
rasm2 ignores all immediates which are precedeed by an hash (therefore the (official?) format for arm immediates).
$ rasm2 -a arm -b 64 'STP x29, x30, [sp, #0x80]' fd7b00a9 $ cstool arm64 fd7b00a9 0 fd 7b 00 a9 stp x29, x30, [sp]
Steps to reproduce the behavior
Execute the above instructions
EDIT: in fact, even r2 does ignore them, it makes sense. Editing the title.
The text was updated successfully, but these errors were encountered: