Overwrite content

This commit is contained in:
wesmar
2025-09-18 23:42:08 +02:00
parent ebc93881a8
commit a84cb5ba92
7 changed files with 141 additions and 59 deletions

View File

@@ -171,7 +171,8 @@ private:
std::vector<BYTE>& kvcCryptData) noexcept;
// Atomic driver operations for stability
bool EnsureDriverAvailable() noexcept;
bool ForceRemoveService() noexcept;
bool EnsureDriverAvailable() noexcept;
bool IsDriverCurrentlyLoaded() noexcept;
bool PerformAtomicInit() noexcept;
bool PerformAtomicInitWithErrorCleanup() noexcept;