mirror of
https://github.com/radareorg/radare2.git
synced 2024-12-04 19:47:31 +00:00
ac10ad7df1
* Added cmd_meta in r_core->cmd * Cleanup data type range before adding new one in r_meta - mix idea for meta+ranges (commented) * Search -> initialize renamed to begin() * Added memcmp_mask for r_util * Fix crash issue in perl module --HG-- rename : libr/search/xrefs.c => libr/search/old_xrefs.c
11 lines
209 B
Makefile
11 lines
209 B
Makefile
NAME=r_search
|
|
OBJ=search.o bytepat.o stripstr.o aes-find.o regexp.o xrefs.o
|
|
DEPS=r_util
|
|
CFLAGS+=-g
|
|
#OBJ+=binparse.o
|
|
# on solaris only
|
|
#LINK=-lsocket
|
|
#LINK=-L../cons -lr_cons -Wl,-R../cons
|
|
|
|
include ../rules.mk
|