MCPcopy 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
16type pluginLoader interface {
17 Open(file pluginFile, host *Host) (pluginClient, error)
18}

Callers 15

OpenMethod · 0.65
loadMethod · 0.65
shadowCopyPluginToDirFunction · 0.65
shadowPluginMatchesFunction · 0.65
readTargetLibraryFunction · 0.65
WriteToMethod · 0.65
writeRequestInfoWithBodyFunction · 0.65
writeFinalLogMethod · 0.65
fileSHA256Function · 0.65
NewPostgresStoreFunction · 0.65
CopyConfigTemplateFunction · 0.65
consumeFileMethod · 0.65

Implementers 4

blockingOpenLoaderinternal/pluginhost/host_test.go
unsupportedLoaderinternal/pluginhost/loader_unsupported
dynamicLibraryLoaderinternal/pluginhost/loader_unix.go
testSymbolLoaderinternal/pluginhost/test_helpers_test.

Calls

no outgoing calls

Tested by 1

OpenMethod · 0.52