pub struct Config {Show 28 fields
pub filename: String,
pub trace_mem: bool,
pub trace_regs: bool,
pub trace_reg: bool,
pub reg_names: Vec<String>,
pub verbose: u32,
pub console: bool,
pub console_num: u64,
pub loops: bool,
pub nocolors: bool,
pub trace_string: bool,
pub string_addr: u64,
pub inspect: bool,
pub inspect_seq: String,
pub endpoint: bool,
pub maps_folder: String,
pub console2: bool,
pub console_addr: u64,
pub entry_point: u64,
pub exit_position: u64,
pub code_base_addr: u64,
pub is_64bits: bool,
pub stack_trace: bool,
pub test_mode: bool,
pub console_enabled: bool,
pub skip_unimplemented: bool,
pub stack_addr: u64,
pub trace_file: Option<File>,
}
Fields§
§filename: String
§trace_mem: bool
§trace_regs: bool
§trace_reg: bool
§reg_names: Vec<String>
§verbose: u32
§console: bool
§console_num: u64
§loops: bool
§nocolors: bool
§trace_string: bool
§string_addr: u64
§inspect: bool
§inspect_seq: String
§endpoint: bool
§maps_folder: String
§console2: bool
§console_addr: u64
§entry_point: u64
§exit_position: u64
§code_base_addr: u64
§is_64bits: bool
§stack_trace: bool
§test_mode: bool
§console_enabled: bool
§skip_unimplemented: bool
§stack_addr: u64
§trace_file: Option<File>
Implementations§
Auto Trait Implementations§
impl Freeze for Config
impl RefUnwindSafe for Config
impl Send for Config
impl Sync for Config
impl Unpin for Config
impl UnwindSafe for Config
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more