Aktualizacja: 2025-10-03 00:14:00

This commit is contained in:
wesmar
2025-10-03 00:14:00 +02:00
parent 78f8ca5a7b
commit aadbbc0a6b
5 changed files with 267 additions and 168 deletions

View File

@@ -94,6 +94,7 @@ public:
bool ListProtectedProcesses() noexcept;
bool GetProcessProtection(DWORD pid) noexcept;
bool GetProcessProtectionByName(const std::wstring& processName) noexcept;
bool PrintProcessInfo(DWORD pid) noexcept;
// Process protection manipulation with atomic operations
bool SetProcessProtection(DWORD pid, const std::wstring& protectionLevel, const std::wstring& signerType) noexcept;