Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ReversecLabs/C3
/ Deinitialize
Method
Deinitialize
Src/Common/FSecure/Sockets/InitializeSockets.cpp:14–17 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
12
}
13
14
void InitializeSockets::Deinitialize() noexcept
15
{
16
WSACleanup(); // ignore errors
17
}
18
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected