MCPcopy Create free account
hub / github.com/TwoSevenOneT/WSASS / ~PPLProcessCreator

Method ~PPLProcessCreator

PPLHelp.h:17–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15public:
16 PPLProcessCreator() : m_hProcess(nullptr), m_hThread(nullptr) {}
17 ~PPLProcessCreator()
18 {
19 if (m_hProcess) CloseHandle(m_hProcess);
20 if (m_hThread) CloseHandle(m_hThread);
21 }
22
23 DWORD GetPPLProtectionLevel(DWORD processId);
24 std::wstring GetPPLProtectionLevelName(DWORD protectionLevel);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected