Added binary arithmetics operations in color 'bin'

This commit is contained in:
Anton Kochkov 2013-06-16 17:54:50 +04:00 committed by pancake
parent 7067327f79
commit 5341081d1d

View File

@ -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: