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
In case only one instruction is disassembled the packet prefix should be omitted.
[0x00005000]> pi 1
\ jump 0x1209c
should become
[0x00005000]> pi 1
jump 0x1209c
To do this we have to track somehow whether a whole block is disassembled or only one instruction.
Also see the discussion here: rizinorg/rizin#1338 (comment)
The text was updated successfully, but these errors were encountered:
In case only one instruction is disassembled the packet prefix should be omitted.
should become
To do this we have to track somehow whether a whole block is disassembled or only one instruction.
Also see the discussion here: rizinorg/rizin#1338 (comment)
The text was updated successfully, but these errors were encountered: