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
I have a binary where the l32r address gets decoded wrong.
The instruction is at memory location: 0x993486, the instruction is: 81 f1 04 l32r a8,DAT_0095484c
but the 2nd parameter should be 0x4093c4
Is it something I can fix while loading the binary?
I'm using released version 0.3.
Thanks.
The text was updated successfully, but these errors were encountered:
Hi,
I have a binary where the l32r address gets decoded wrong.
The instruction is at memory location: 0x993486, the instruction is: 81 f1 04
l32r a8,DAT_0095484c
but the 2nd parameter should be 0x4093c4
Is it something I can fix while loading the binary?
I'm using released version 0.3.
Thanks.
The text was updated successfully, but these errors were encountered: