Function qemu_plugin_start_code

Source
pub fn qemu_plugin_start_code() -> Option<u64>
Expand description

Return the start of the text segment of the binary file being executed if running in user mode, or None if running in System mode. If not running in system mode, None may be interpreted as zero by callers, but the caller must take care to ensure the plugin is not running in a system mode context.