Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/chainreactors/EvilProxy
/ Open
Method
Open
internal/pluginhost/abi.go:17–17 ·
view source on GitHub ↗
(file pluginFile, host *Host)
Source
from the content-addressed store, hash-verified
15
16
type
pluginLoader
interface
{
17
Open(file pluginFile, host *Host) (pluginClient, error)
18
}
Callers
15
Open
Method · 0.65
load
Method · 0.65
shadowCopyPluginToDir
Function · 0.65
shadowPluginMatches
Function · 0.65
readTargetLibrary
Function · 0.65
WriteTo
Method · 0.65
writeRequestInfoWithBody
Function · 0.65
writeFinalLog
Method · 0.65
fileSHA256
Function · 0.65
NewPostgresStore
Function · 0.65
CopyConfigTemplate
Function · 0.65
consumeFile
Method · 0.65
Implementers
4
blockingOpenLoader
internal/pluginhost/host_test.go
unsupportedLoader
internal/pluginhost/loader_unsupported
dynamicLibraryLoader
internal/pluginhost/loader_unix.go
testSymbolLoader
internal/pluginhost/test_helpers_test.
Calls
no outgoing calls
Tested by
1
Open
Method · 0.52