/usr/share/doc/radare2/static-plugins is in radare2 0.9.6-3.1ubuntu1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 | 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
|