mirror of
https://github.com/radareorg/radare2.git
synced 2024-12-13 07:57:35 +00:00
9 lines
115 B
C
9 lines
115 B
C
#include <r_lib.h>
|
|
|
|
int mystuff = 31337;
|
|
|
|
struct r_lib_struct_t radare_plugin = {
|
|
.type = 1,
|
|
.data = &mystuff
|
|
};
|