Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Spuckwaffel/Kernel-Thread-Driver
/ decrypt
Method
decrypt
Driver/skCrypter.h:89–95 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
87
}
88
89
__forceinline T* decrypt()
90
{
91
if (isEncrypted())
92
crypt(_storage);
93
94
return _storage;
95
}
96
97
__forceinline bool isEncrypted()
98
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected