mirror of
https://github.com/radareorg/radare2.git
synced 2025-02-26 09:06:02 +00:00
r_socket: update RAP_RMT_CMD enum field to match RMT_CMD (#10203)
Related to #9021 This fixes the "unknown command 0x06" error when trying to use the "=[fd] cmd" command
This commit is contained in:
parent
d461644977
commit
c654fe0e41
@ -154,7 +154,7 @@ enum {
|
||||
RAP_RMT_WRITE,
|
||||
RAP_RMT_SEEK,
|
||||
RAP_RMT_CLOSE,
|
||||
RAP_RMT_CMD,
|
||||
RAP_RMT_CMD = 0x07,
|
||||
RAP_RMT_REPLY = 0x80,
|
||||
RAP_RMT_MAX = 4096
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user