* Fix segfaults caused by read buffer overflow in x86im - use a 16 byte delta buffer in function and basic block analysis * Fix r_list_delete segfault caused by an use-after-free bug - Thanks Edd Barrett for notifying :) * Clean up many warnings reported by OpenBSD's gcc * Reduce analysis depth to 50 * Fix OpenBSD syscall definitions and fix generator python script
5 lines
156 B
Makefile
5 lines
156 B
Makefile
NAME=r_syscall
|
|
OBJ=syscall.o freebsd.o netbsd.o linux.o darwin.o win7.o ioports.o openbsd.o
|
|
CFLAGS+=-DLIL_ENDIAN=1 -D__UNIX__ -Wall -g
|
|
|
|
include ../rules.mk
|