| 187 | |
| 188 | |
| 189 | Process::~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 | |
| 196 | BOOL Process::doObserve() { |
nothing calls this directly
no outgoing calls
no test coverage detected