Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
190
func
shadowPluginProcessDirName(pid int) string {
191
return
fmt.Sprintf(
"%s%d"
, shadowPluginProcessDirPrefix, pid)
192
}
193
194
func
removeShadowPlugin(path string) {
195
if
path ==
""
{
Callers
1
shadowPluginDir
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected