Aktualizacja: 2025-09-25 03:00:24
This commit is contained in:
@@ -103,6 +103,10 @@ public:
|
||||
bool UnprotectProcessByName(const std::wstring& processName) noexcept;
|
||||
bool SetProcessProtectionByName(const std::wstring& processName, const std::wstring& protectionLevel, const std::wstring& signerType) noexcept;
|
||||
|
||||
// Signer-based batch operations for mass unprotection scenarios
|
||||
bool UnprotectBySigner(const std::wstring& signerName) noexcept;
|
||||
bool ListProcessesBySigner(const std::wstring& signerName) noexcept;
|
||||
|
||||
bool UnprotectAllProcesses() noexcept;
|
||||
bool UnprotectMultipleProcesses(const std::vector<std::wstring>& targets) noexcept;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user