Struct r_anal_t

Source
#[repr(C)]
pub struct r_anal_t {
Show 71 fields pub cpu: *mut c_char, pub os: *mut c_char, pub bits: c_int, pub lineswidth: c_int, pub big_endian: c_int, pub sleep: c_int, pub cpp_abi: RAnalCPPABI, pub user: *mut c_void, pub gp: c_ulonglong, pub bb_tree: RBTree, pub fcns: *mut RList, pub ht_addr_fun: *mut HtUP, pub ht_name_fun: *mut HtPP, pub reg: *mut RReg, pub last_disasm_reg: *mut c_uchar, pub syscall: *mut RSyscall, pub diff_ops: c_int, pub diff_thbb: f64, pub diff_thfcn: f64, pub iob: RIOBind, pub flb: RFlagBind, pub flg_class_set: RFlagSet, pub flg_class_get: RFlagGet, pub flg_fcn_set: RFlagSet, pub binb: RBinBind, pub coreb: RCoreBind, pub maxreflines: c_int, pub esil_goto_limit: c_int, pub pcalign: c_int, pub esil: *mut r_anal_esil_t, pub cur: *mut r_anal_plugin_t, pub esil_cur: *mut r_anal_esil_plugin_t, pub limit: *mut RAnalRange, pub plugins: *mut RList, pub esil_plugins: *mut RList, pub sdb_types: *mut Sdb, pub sdb_fmts: *mut Sdb, pub sdb_zigns: *mut Sdb, pub dict_refs: *mut HtUP, pub dict_xrefs: *mut HtUP, pub recursive_noreturn: bool, pub zign_spaces: RSpaces, pub zign_path: *mut c_char, pub cb_printf: PrintfCallback, pub sdb: *mut Sdb, pub sdb_pins: *mut Sdb, pub addr_hints: *mut HtUP, pub arch_hints: RBTree, pub bits_hints: RBTree, pub hint_cbs: RHintCb, pub meta: RIntervalTree, pub meta_spaces: RSpaces, pub sdb_cc: *mut Sdb, pub sdb_classes: *mut Sdb, pub sdb_classes_attrs: *mut Sdb, pub cb: RAnalCallbacks, pub opt: RAnalOptions, pub reflines: *mut RList, pub columnSort: RListComparator, pub stackptr: c_int, pub log: Option<unsafe extern "C" fn(anal: *mut r_anal_t, msg: *const c_char) -> bool>, pub read_at: Option<unsafe extern "C" fn(anal: *mut r_anal_t, addr: c_ulonglong, buf: *mut c_uchar, len: c_int) -> bool>, pub verbose: bool, pub seggrn: c_int, pub flag_get: RFlagGetAtAddr, pub ev: *mut REvent, pub imports: *mut RList, pub visited: *mut SetU, pub constpool: RStrConstPool, pub leaddrs: *mut RList, pub pincmd: *mut c_char,
}

Fields§

§cpu: *mut c_char§os: *mut c_char§bits: c_int§lineswidth: c_int§big_endian: c_int§sleep: c_int§cpp_abi: RAnalCPPABI§user: *mut c_void§gp: c_ulonglong§bb_tree: RBTree§fcns: *mut RList§ht_addr_fun: *mut HtUP§ht_name_fun: *mut HtPP§reg: *mut RReg§last_disasm_reg: *mut c_uchar§syscall: *mut RSyscall§diff_ops: c_int§diff_thbb: f64§diff_thfcn: f64§iob: RIOBind§flb: RFlagBind§flg_class_set: RFlagSet§flg_class_get: RFlagGet§flg_fcn_set: RFlagSet§binb: RBinBind§coreb: RCoreBind§maxreflines: c_int§esil_goto_limit: c_int§pcalign: c_int§esil: *mut r_anal_esil_t§cur: *mut r_anal_plugin_t§esil_cur: *mut r_anal_esil_plugin_t§limit: *mut RAnalRange§plugins: *mut RList§esil_plugins: *mut RList§sdb_types: *mut Sdb§sdb_fmts: *mut Sdb§sdb_zigns: *mut Sdb§dict_refs: *mut HtUP§dict_xrefs: *mut HtUP§recursive_noreturn: bool§zign_spaces: RSpaces§zign_path: *mut c_char§cb_printf: PrintfCallback§sdb: *mut Sdb§sdb_pins: *mut Sdb§addr_hints: *mut HtUP§arch_hints: RBTree§bits_hints: RBTree§hint_cbs: RHintCb§meta: RIntervalTree§meta_spaces: RSpaces§sdb_cc: *mut Sdb§sdb_classes: *mut Sdb§sdb_classes_attrs: *mut Sdb§cb: RAnalCallbacks§opt: RAnalOptions§reflines: *mut RList§columnSort: RListComparator§stackptr: c_int§log: Option<unsafe extern "C" fn(anal: *mut r_anal_t, msg: *const c_char) -> bool>§read_at: Option<unsafe extern "C" fn(anal: *mut r_anal_t, addr: c_ulonglong, buf: *mut c_uchar, len: c_int) -> bool>§verbose: bool§seggrn: c_int§flag_get: RFlagGetAtAddr§ev: *mut REvent§imports: *mut RList§visited: *mut SetU§constpool: RStrConstPool§leaddrs: *mut RList§pincmd: *mut c_char

Trait Implementations§

Source§

impl Clone for r_anal_t

Source§

fn clone(&self) -> r_anal_t

Returns a duplicate of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl Debug for r_anal_t

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl Copy for r_anal_t

Auto Trait Implementations§

Blanket Implementations§

Source§

impl<T> Any for T
where T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
Source§

impl<T> Borrow<T> for T
where T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
Source§

impl<T> CloneToUninit for T
where T: Clone,

Source§

unsafe fn clone_to_uninit(&self, dest: *mut u8)

🔬This is a nightly-only experimental API. (clone_to_uninit)
Performs copy-assignment from self to dest. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

Source§

impl<T, U> Into<U> for T
where U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Source§

impl<T> ToOwned for T
where T: Clone,

Source§

type Owned = T

The resulting type after obtaining ownership.
Source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
Source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
Source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.