MCPcopy Create free account
hub / github.com/dobin/RedEdr / ~Process

Method ~Process

RedEdrShared/myprocess.cpp:189–193  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

187
188
189Process::~Process() {
190 // memStatic has its own destructor that will clean up MemoryRegion objects
191 // processLoadedDlls and processPebInfoRet are value types that will be cleaned up automatically
192 // name and commandline are std::string objects that will be cleaned up automatically
193}
194
195
196BOOL Process::doObserve() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected