mirror of
https://github.com/decompals/wibo.git
synced 2025-12-12 22:56:13 +00:00
Refactor main module resolution & HMODULE handle behavior
This commit is contained in:
@@ -522,7 +522,7 @@ namespace advapi32 {
|
||||
return FALSE;
|
||||
}
|
||||
auto *stats = reinterpret_cast<TokenStatisticsData *>(TokenInformation);
|
||||
memset(stats, 0, required);
|
||||
*stats = {};
|
||||
stats->tokenType = 1; // TokenPrimary
|
||||
stats->impersonationLevel = 0; // SecurityAnonymous
|
||||
stats->tokenId.LowPart = 1;
|
||||
|
||||
Reference in New Issue
Block a user