mirror of
https://github.com/radareorg/radare2.git
synced 2024-12-13 16:18:33 +00:00
8ff37cd30b
- Add r_anal_strmask - Add nopcode (opcode count) to RAnalAop * r_util - Fix constant types in r_types_base * Add r_anal stuff to TODO
6 lines
63 B
Makefile
6 lines
63 B
Makefile
NAME=r_sign
|
|
DEPS=r_util r_anal
|
|
OBJ=sign.o
|
|
|
|
include ../rules.mk
|