Struct r_core::r_anal_plugin_t[][src]

#[repr(C)]
pub struct r_anal_plugin_t {
Show 27 fields pub name: *mut c_char, pub desc: *mut c_char, pub license: *mut c_char, pub arch: *mut c_char, pub author: *mut c_char, pub version: *mut c_char, pub bits: c_int, pub esil: c_int, pub fileformat_type: c_int, pub init: Option<unsafe extern "C" fn(user: *mut c_void) -> c_int>, pub fini: Option<unsafe extern "C" fn(user: *mut c_void) -> c_int>, pub archinfo: Option<unsafe extern "C" fn(anal: *mut RAnal, query: c_int) -> c_int>, pub anal_mask: Option<unsafe extern "C" fn(anal: *mut RAnal, size: c_int, data: *const c_uchar, at: c_ulonglong) -> *mut c_uchar>, pub preludes: Option<unsafe extern "C" fn(anal: *mut RAnal) -> *mut RList>, pub op: RAnalOpCallback, pub cmd_ext: RAnalCmdExt, pub set_reg_profile: RAnalRegProfCallback, pub get_reg_profile: RAnalRegProfGetCallback, pub fingerprint_bb: RAnalFPBBCallback, pub fingerprint_fcn: RAnalFPFcnCallback, pub diff_bb: RAnalDiffBBCallback, pub diff_fcn: RAnalDiffFcnCallback, pub diff_eval: RAnalDiffEvalCallback, pub esil_init: RAnalEsilCB, pub esil_post_loop: RAnalEsilLoopCB, pub esil_trap: RAnalEsilTrapCB, pub esil_fini: RAnalEsilCB,
}

Fields

name: *mut c_chardesc: *mut c_charlicense: *mut c_chararch: *mut c_charauthor: *mut c_charversion: *mut c_charbits: c_intesil: c_intfileformat_type: c_intinit: Option<unsafe extern "C" fn(user: *mut c_void) -> c_int>fini: Option<unsafe extern "C" fn(user: *mut c_void) -> c_int>archinfo: Option<unsafe extern "C" fn(anal: *mut RAnal, query: c_int) -> c_int>anal_mask: Option<unsafe extern "C" fn(anal: *mut RAnal, size: c_int, data: *const c_uchar, at: c_ulonglong) -> *mut c_uchar>preludes: Option<unsafe extern "C" fn(anal: *mut RAnal) -> *mut RList>op: RAnalOpCallbackcmd_ext: RAnalCmdExtset_reg_profile: RAnalRegProfCallbackget_reg_profile: RAnalRegProfGetCallbackfingerprint_bb: RAnalFPBBCallbackfingerprint_fcn: RAnalFPFcnCallbackdiff_bb: RAnalDiffBBCallbackdiff_fcn: RAnalDiffFcnCallbackdiff_eval: RAnalDiffEvalCallbackesil_init: RAnalEsilCBesil_post_loop: RAnalEsilLoopCBesil_trap: RAnalEsilTrapCBesil_fini: RAnalEsilCB

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The resulting type after obtaining ownership.

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

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

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

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.