Function qemu_plugin_entry_code

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

Return the start address for the module 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.