mirror of
https://github.com/radareorg/radare2.git
synced 2025-01-24 23:06:36 +00:00
26a070f5aa
- Implements rarc2 as a library - Supports x86-32/64 and arm - WIP inline-egg like api * Add radiff2 -x to dump two column output
9 lines
115 B
Makefile
9 lines
115 B
Makefile
NAME=r_egg
|
|
DEPS=r_util r_asm
|
|
OBJ=egg.o lang.o
|
|
OBJ+=emit_x86.o
|
|
OBJ+=emit_arm.o
|
|
OBJ+=emit_x64.o
|
|
|
|
include ../rules.mk
|