panda_plugin_path

Function panda_plugin_path 

Source
pub unsafe extern "C" fn panda_plugin_path(
    name: *const c_char,
) -> *mut c_char
Expand description

panda_plugin_path() - Get path to plugin shared object. @name: Plugin name.

Python magic needs this. Returns full path to shared object for this plugin. For example, “taint2” might resolve to /path/to/build/x86_64-softmmu/panda/plugins/panda_taint2.so

Return: A filesystem path.