MCPcopy Create free account
hub / github.com/chainreactors/EvilProxy / shadowPluginProcessDirName

Function shadowPluginProcessDirName

internal/pluginhost/loader_windows.go:190–192  ·  view source on GitHub ↗
(pid int)

Source from the content-addressed store, hash-verified

188}
189
190func shadowPluginProcessDirName(pid int) string {
191 return fmt.Sprintf("%s%d", shadowPluginProcessDirPrefix, pid)
192}
193
194func removeShadowPlugin(path string) {
195 if path == "" {

Callers 1

shadowPluginDirFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected