6 #include "../core_private.h"
RZ_IPI RzCmdStatus rz_yank_whole_file_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_yank_editor_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_yank_to_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_yank_print_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_yank_hexpairs_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_yank_file_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_yank_paste_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_yank_hex_print_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_yank_handler(RzCore *core, int argc, const char **argv, RzCmdStateOutput *state)
RZ_IPI RzCmdStatus rz_yank_string_print_handler(RzCore *core, int argc, const char **argv)
RZ_IPI RzCmdStatus rz_yank_string_handler(RzCore *core, int argc, const char **argv)
static RzCmdStatus bool2status(bool val)
RZ_API void Ht_() free(HtName_(Ht) *ht)
RZ_API RZ_OWN char * rz_core_editor(const RzCore *core, RZ_NULLABLE const char *file, RZ_NULLABLE const char *str)
static static fork const void static count static fd const char const char static newpath char char argv
enum rz_cmd_status_t RzCmdStatus
@ RZ_CMD_STATUS_OK
command handler exited in the right way
@ RZ_CMD_STATUS_ERROR
command handler had issues while running (e.g. allocation error, etc.)
#define RZ_LOG_ERROR(fmtstr,...)
RZ_API ut64 rz_num_math(RzNum *num, const char *str)
Represent the output state of a command handler.
ut64(WINAPI *w32_GetEnabledXStateFeatures)()
RZ_API bool rz_core_yank_to(RzCore *core, ut64 len, ut64 addr)
RZ_API bool rz_core_yank(RzCore *core, ut64 addr, ut64 len)
RZ_API bool rz_core_yank_hexpair(RzCore *core, const char *str)
RZ_API bool rz_core_yank_file_all(RzCore *core, const char *filename)
RZ_API bool rz_core_yank_file(RzCore *core, ut64 len, ut64 addr, const char *filename)
RZ_API bool rz_core_yank_string(RzCore *core, ut64 addr, ut64 maxlen)
RZ_API bool rz_core_yank_print_string(RzCore *core, ut64 pos)
RZ_API bool rz_core_yank_dump(RzCore *core, ut64 pos, RzCmdStateOutput *state)
RZ_API bool rz_core_yank_paste(RzCore *core, ut64 addr, ut64 len)
RZ_API bool rz_core_yank_print(RzCore *core, ut64 pos)
RZ_API RZ_OWN char * rz_core_yank_as_string(RzCore *core, ut64 pos)
RZ_API bool rz_core_yank_print_hexdump(RzCore *core, ut64 pos)