Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/1401199262/MemoryVirtualization
/ Init
Function
Init
HideMemory.cpp:68–71 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
66
}
67
68
BOOL Init()
69
{
70
return AddVectoredExceptionHandler(TRUE, VehExceptionHandler) == NULL ? FALSE : TRUE;
71
}
72
73
DWORD64 AllocateHiddenMemory(LPVOID lpAddress, SIZE_T dwSize,ENCRYPTDATAPROC Encrypt, DECRYPTDATAPROC Decrypt)
74
{
Callers
1
main
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected