Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/chainreactors/EvilProxy
/ defaultPluginLoader
Function
defaultPluginLoader
internal/pluginhost/loader_unix.go:107–109 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
105
}
106
107
func
defaultPluginLoader() pluginLoader {
108
return
dynamicLibraryLoader{}
109
}
110
111
func
(dynamicLibraryLoader) Open(file pluginFile, host *Host) (pluginClient, error) {
112
cPath := C.CString(file.Path)
Callers
1
New
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected