mirror of
https://github.com/radareorg/radare2.git
synced 2024-12-11 23:16:05 +00:00
f950dcb33c
- RCore.file_open() now accepts one more arg for offset - Fix RIO api issues related to RIOMap and opening multiple files - Fix infinite loop and simplify design - Added test case to ensure it does not breaks * Fix build of r_lang in OSX (thanks @capri_x) * Remove debugging printfs * io.ffio is now true by default
6 lines
62 B
Makefile
6 lines
62 B
Makefile
NAME=r_lang
|
|
OBJ=lang.o
|
|
DEPS=r_util r_lib
|
|
|
|
include ../rules.mk
|