Function qemu_plugin_path_to_binary

Source
pub unsafe extern "C" fn qemu_plugin_path_to_binary() -> *const i8
Expand description

qemu_plugin_path_to_binary() - path to binary file being executed

Return a string representing the path to the binary. For user-mode this is the main executable. For system emulation we currently return NULL. The user should g_free() the string once no longer needed.