Rizin
unix-like reverse engineering framework and cli tools
hello.c
Go to the documentation of this file.
1 #include "plugin.h"
2 
3 void initialize() {
4  mfp_register("Hello World!");
5 }
void initialize()
Definition: hello.c:3
void mfp_register(const char *name)
Definition: main.c:11