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
The instruction adr x29, #0xfffffffffffffac8 would be correct, if it were placed at offset 0x0.
However it is assembled for the location 0xC7100 and should be adr x29, #0xc6bc8.
Looking through the miasm codebase I can not see any support for this.
Am I missing something?
The text was updated successfully, but these errors were encountered:
I am trying to modify a block inside an arm64 binary.
My steps are as follows:
To give some context, this is the instruction it is failing on.
The instruction
adr x29, #0xfffffffffffffac8
would be correct, if it were placed at offset0x0
.However it is assembled for the location
0xC7100
and should beadr x29, #0xc6bc8
.Looking through the miasm codebase I can not see any support for this.
Am I missing something?
The text was updated successfully, but these errors were encountered: