Skip to main content

looks_like_plugin

Function looks_like_plugin 

Source
pub unsafe fn looks_like_plugin(path: &Path, entry_symbol: &[u8]) -> bool
Expand description

Quick check: does the file look like a plugin with the given entry symbol?

ยงSafety

Probes an arbitrary dynamic library for a specific exported symbol.