radare2/doc/static-plugins
pancake b2e785fc61 * Add 'static-plugin' feature to r_asm module
* Make rabin2 support 'arm' instead of 'asm_arm' for -a (autoprefix 'asm_')
* Some build fixtures
* Static plugins are configurable in libr/config.mk and libr/config.h
2009-03-08 23:49:15 +00:00

12 lines
241 B
Plaintext

Edit libr/config.h and libr/config.mk
In libr/config.mk set a list of static asm plugins...
STATIC_ASM_PLUGINS=p/java.mk p/mips.mk
In libr/config.h define the list of struct plugins
#define R_ASM_STATIC_PLUGINS \
&r_asm_plugin_java, 0