14 static int lang_cpipe_file(
RzLang *lang,
const char *
file) {
15 char *
a, *cc, *
p,
name[512];
16 const char *libpath, *libname;
18 if (strlen(
file) > (
sizeof(
name) - 10)) {
21 if (!strstr(
file,
".c")) {
40 p = strstr(
name,
".c");
55 " $(PKG_CONFIG_PATH=%s pkg-config --cflags --libs rz_socket)",
56 cc, file_esc, libpath_esc, libname_esc, pkgconf_path);
65 char *binfile =
rz_str_newf(
"%s/bin%s", libpath, libname);
77 static int lang_cpipe_init(
void *user) {
82 static int lang_cpipe_run(
RzLang *lang,
const char *
code,
int len) {
85 eprintf(
"Cannot open .tmp.c\n");
88 fputs(
"#include <rz_socket.h>\n\n"
89 "#define RZP(x,y...) rzpipe_cmdf(rzp,x,##y)\n"
91 " RzPipe *rzp = rzpipe_open(NULL);",
96 lang_cpipe_file(lang,
".tmp.c");
104 .desc =
"rzpipe scripting in C",
106 .run = lang_cpipe_run,
107 .init = (
void *)lang_cpipe_init,
109 .run_file = (
void *)lang_cpipe_file,
112 #ifndef RZ_PLUGIN_INCORE
115 .data = &rz_lang_plugin_cpipe,
122 #pragma message("Warning: cpipe RzLangPlugin is not implemented on this platform")
124 #warning cpipe RzLangPlugin is not implemented on this platform
RZ_API RzLibStruct rizin_plugin
static bool fini(void *user)
RZ_API void Ht_() free(HtName_(Ht) *ht)
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_IPI int lang_pipe_run(RzLang *lang, const char *code, int len)
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 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 int rz_sys_setenv(const char *key, const char *value)
Set an environment variable in the calling process.
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[]