mirror of
https://github.com/radareorg/radare2.git
synced 2025-01-01 02:33:50 +00:00
Added binary arithmetics operations in color 'bin'
This commit is contained in:
parent
7067327f79
commit
5341081d1d
@ -644,6 +644,8 @@ toro:
|
||||
case R_ANAL_OP_TYPE_OR:
|
||||
case R_ANAL_OP_TYPE_XOR:
|
||||
case R_ANAL_OP_TYPE_NOT:
|
||||
case R_ANAL_OP_TYPE_SHL:
|
||||
case R_ANAL_OP_TYPE_SHR:
|
||||
r_cons_strcat (color_bin);
|
||||
break;
|
||||
case R_ANAL_OP_TYPE_JMP:
|
||||
|
Loading…
Reference in New Issue
Block a user