mirror of
https://github.com/radareorg/radare2.git
synced 2025-02-13 02:21:34 +00:00
![pancake](/assets/img/avatar_default.png)
* 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
6 lines
156 B
Makefile
6 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
|