mirror of
https://github.com/radareorg/radare2.git
synced 2025-04-03 01:52:04 +00:00

- Properly load all LIBR_PLUGINS from rabin2 too - Maybe we will have to add a common stub for this * Add r_bin_plugin_elf in the STATIC_PLUGINS list * Add ii, iI, ie, is, iS, iz commands (accepts a * at the end) - Wrappers to run rabin2 over the opened file * Add -l flag to radiff2 (line diffing) - Added -s flag to radiff2 (string distance) - Move linediff test program into the test.c - Use R_API for r_diff - Use double for buffers_distance - Fix -c flag (now we have modes and 'showcount' toggles)
11 lines
126 B
Makefile
11 lines
126 B
Makefile
NAME=r_diff
|
|
OBJ=diff.o bdiff.o
|
|
DEPS=r_util
|
|
|
|
#EXTRA_TARGETS=linediff
|
|
#EXTRA_CLEAN=clean_me
|
|
|
|
all: real_all
|
|
|
|
include ../rules.mk
|