mirror of
https://github.com/radareorg/radare2.git
synced 2024-12-03 19:01:31 +00:00
1e6806aa84
* Add R_API directive in r_types * Huge refactoring for r_print - C code format - formatted memory structures also working (not finished) - unix, dos and w32 timestamps - Added p->interrupt to break loong loops (should we think in a limit?) - print formats that need processing returns the number of bytes processed - if they return 0 is because they failed - Much more simplified code than the one in r1 - Use p->printf instead of r_cons_printf (aim to independize from r_cons) - Some basic support for color output
5 lines
62 B
Makefile
5 lines
62 B
Makefile
NAME=r_print
|
|
OBJ=print.o format.o date.o
|
|
|
|
include ../rules.mk
|