Rizin
unix-like reverse engineering framework and cli tools
|
Go to the source code of this file.
Functions | |
static int | iscallret (RzDebug *dbg, ut64 addr) |
static RzList * | backtrace_fuzzy (RzDebug *dbg, ut64 at) |
Definition at line 41 of file fuzzy-all.c.
References addr, rz_debug_frame_t::addr, rz_debug_t::bits, rz_debug_frame_t::bp, rz_debug_t::btdepth, dbg, eprintf, free(), i, rz_io_bind_t::io, rz_debug_t::iob, iscallret(), list(), malloc(), NULL, rz_io_bind_t::read_at, reg, rz_debug_t::reg, rz_list_append(), rz_list_free(), rz_list_new(), RZ_NEW0, rz_reg_get(), rz_reg_get_name(), rz_reg_get_value(), RZ_REG_NAME_SP, RZ_REG_TYPE_GPR, rz_debug_frame_t::size, sp, rz_debug_frame_t::sp, stack, ut64(), and UT64_MAX.
Referenced by rz_debug_native_frames().
Definition at line 6 of file fuzzy-all.c.
References addr, rz_debug_t::analysis, rz_debug_t::arch, dbg, rz_io_bind_t::io, rz_debug_t::iob, op, rz_io_bind_t::read_at, rz_analysis_op(), RZ_ANALYSIS_OP_MASK_BASIC, RZ_ANALYSIS_OP_TYPE_CALL, RZ_ANALYSIS_OP_TYPE_UCALL, and UT64_MAX.
Referenced by backtrace_fuzzy().