8 return sdb_fmt(
n > 1000 ?
"0x%x" :
"%d",
n);
34 if (
n == -1 || defVector > 0) {
52 for (
i = 0;
i < item->
args;
i++) {
94 if (
i + 1 < item->
args) {
RZ_DEPRECATE RZ_API ut64 rz_core_arg_get(RzCore *core, const char *cc, int num)
Get the value of the num-th argument from the current debug or emulation state.
RZ_API const char * rz_analysis_syscc_default(RzAnalysis *analysis)
RZ_API ut64 rz_core_reg_getv_by_role_or_name(RzCore *core, const char *name)
rz_reg_getv_by_role_or_name() on rz_core_reg_default()
RZ_API RZ_OWN char * rz_core_syscall_as_string(RzCore *core, st64 n, ut64 addr)
Returns the syscall representation as a string.
static const char * syscallNumber(int n)
RZ_API char * sdb_fmt(const char *fmt,...)
return memset(p, 0, total)
RZ_API const char * rz_reg_get_name(RzReg *reg, int role)
RZ_API bool rz_io_read_at(RzIO *io, ut64 addr, ut8 *buf, int len)
RZ_API char * rz_str_appendf(char *ptr, const char *fmt,...) RZ_PRINTF_CHECK(2
RZ_API char * rz_str_newf(const char *fmt,...) RZ_PRINTF_CHECK(1
RZ_API void rz_str_filter(char *str)
Convert all non-printable characters in str with '.'.
RZ_API void rz_syscall_item_free(RzSyscallItem *si)
RZ_API int rz_syscall_get_swi(RzSyscall *s)
RZ_API RzSyscallItem * rz_syscall_get(RzSyscall *s, int num, int swi)
ut64(WINAPI *w32_GetEnabledXStateFeatures)()