Rizin
unix-like reverse engineering framework and cli tools
rz_lang.h File Reference
#include <rz_types.h>
#include <rz_list.h>
#include <rz_cmd.h>

Go to the source code of this file.

Classes

struct  rz_lang_t
 
struct  rz_lang_plugin_t
 
struct  rz_lang_def_t
 

Typedefs

typedef char *(* RzCoreCmdStrCallback) (void *core, const char *s)
 
typedef int(* RzCoreCmdfCallback) (void *core, const char *s,...)
 
typedef struct rz_lang_t RzLang
 
typedef struct rz_lang_plugin_t RzLangPlugin
 
typedef struct rz_lang_def_t RzLangDef
 

Functions

 RZ_LIB_VERSION_HEADER (rz_lang)
 

Typedef Documentation

◆ RzCoreCmdfCallback

typedef int(* RzCoreCmdfCallback) (void *core, const char *s,...)

Definition at line 15 of file rz_lang.h.

◆ RzCoreCmdStrCallback

typedef char*(* RzCoreCmdStrCallback) (void *core, const char *s)

Definition at line 14 of file rz_lang.h.

◆ RzLang

typedef struct rz_lang_t RzLang

◆ RzLangDef

typedef struct rz_lang_def_t RzLangDef

◆ RzLangPlugin

Function Documentation

◆ RZ_LIB_VERSION_HEADER()

RZ_LIB_VERSION_HEADER ( rz_lang  )