Function qemu_plugin_end_code

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

Return the end 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.