14 static const char **av =
NULL;
16 static bool lang_c_set_argv(
RzLang *lang,
int argc,
const char **
argv) {
22 static int lang_c_file(
RzLang *lang,
const char *
file) {
23 char *
a, *cc, *
p,
name[512];
24 const char *libpath, *libname;
27 if (strlen(
file) > (
sizeof(
name) - 10)) {
30 if (!strstr(
file,
".c")) {
49 p = strstr(
name,
".c");
63 " $(PKG_CONFIG_PATH=%s pkg-config --cflags --libs rz_core)",
64 cc, file_esc, libpath_esc, libname_esc, pkgconf_path);
79 void (*fcn)(
RzCore *,
int argc,
const char **
argv);
82 fcn(lang->
user, ac, av);
86 eprintf(
"Cannot find 'entry' symbol in library\n");
90 eprintf(
"Cannot open library\n");
97 static int lang_c_init(
void *user) {
102 static int lang_c_run(
RzLang *lang,
const char *
code,
int len) {
105 fputs(
"#include <rz_core.h>\n\nvoid entry(RzCore *core, int argc, const char **argv) {\n",
fd);
109 lang_c_file(lang,
".tmp.c");
112 eprintf(
"Cannot open .tmp.c\n");
119 .desc =
"C language extension",
122 .init = (
void *)lang_c_init,
123 .run_file = (
void *)lang_c_file,
124 .set_argv = (
void *)lang_c_set_argv,
127 #ifndef RZ_PLUGIN_INCORE
130 .data = &rz_lang_plugin_c,
137 #pragma message("Warning: C RzLangPlugin is not implemented on this platform")
139 #warning C RzLangPlugin is not implemented on this platform
RZ_API RzLibStruct rizin_plugin
RZ_API void Ht_() free(HtName_(Ht) *ht)
static static fork const void static count static fd const char const char static newpath char char argv
return strdup("=SP r13\n" "=LR r14\n" "=PC r15\n" "=A0 r0\n" "=A1 r1\n" "=A2 r2\n" "=A3 r3\n" "=ZF zf\n" "=SF nf\n" "=OF vf\n" "=CF cf\n" "=SN or0\n" "gpr lr .32 56 0\n" "gpr pc .32 60 0\n" "gpr cpsr .32 64 0 ____tfiae_________________qvczn\n" "gpr or0 .32 68 0\n" "gpr tf .1 64.5 0 thumb\n" "gpr ef .1 64.9 0 endian\n" "gpr jf .1 64.24 0 java\n" "gpr qf .1 64.27 0 sticky_overflow\n" "gpr vf .1 64.28 0 overflow\n" "gpr cf .1 64.29 0 carry\n" "gpr zf .1 64.30 0 zero\n" "gpr nf .1 64.31 0 negative\n" "gpr itc .4 64.10 0 if_then_count\n" "gpr gef .4 64.16 0 great_or_equal\n" "gpr r0 .32 0 0\n" "gpr r1 .32 4 0\n" "gpr r2 .32 8 0\n" "gpr r3 .32 12 0\n" "gpr r4 .32 16 0\n" "gpr r5 .32 20 0\n" "gpr r6 .32 24 0\n" "gpr r7 .32 28 0\n" "gpr r8 .32 32 0\n" "gpr r9 .32 36 0\n" "gpr r10 .32 40 0\n" "gpr r11 .32 44 0\n" "gpr r12 .32 48 0\n" "gpr r13 .32 52 0\n" "gpr r14 .32 56 0\n" "gpr r15 .32 60 0\n" "gpr r16 .32 64 0\n" "gpr r17 .32 68 0\n")
RZ_API bool rz_file_exists(const char *str)
RZ_API bool rz_file_rm(const char *file)
RZ_API RZ_OWN char * rz_file_path_join(RZ_NONNULL const char *s1, RZ_NULLABLE const char *s2)
Concatenate two paths to create a new one with s1+s2 with the correct path separator.
RZ_API void * rz_lib_dl_sym(void *handler, const char *name)
RZ_API void * rz_lib_dl_open(const char *libname)
RZ_API int rz_lib_dl_close(void *handler)
RZ_API RZ_OWN char * rz_path_libdir(void)
Return the directory where the Rizin libraries are placed.
RZ_API const char * rz_str_lchr(const char *str, char chr)
RZ_API char * rz_str_newf(const char *fmt,...) RZ_PRINTF_CHECK(1
#define RZ_STR_ISEMPTY(x)
RZ_API char * rz_str_escape_sh(const char *buf)
RZ_API char * rz_sys_getenv(const char *key)
Get the value of an environment variable named key or NULL if none exists.
RZ_API FILE * rz_sys_fopen(const char *path, const char *mode)
RZ_API int rz_sys_system(const char *command)
static const z80_opcode fd[]