Aktualizacja: 2025-10-02 12:44:45

This commit is contained in:
wesmar
2025-10-02 12:44:45 +02:00
parent f6e23e0943
commit 6d0a033122
4 changed files with 72 additions and 7 deletions

View File

@@ -197,7 +197,8 @@ extern volatile bool g_interrupted;
// Core driver functions
bool InitDynamicAPIs() noexcept;
std::wstring GetServiceName() noexcept;
extern "C" const wchar_t* GetServiceNameRaw(); // ASM function
std::wstring GetServiceName() noexcept; // C++ wrapper
std::wstring GetDriverFileName() noexcept;
void GenerateFakeActivity() noexcept;
std::wstring GetSystemTempPath() noexcept;