MCPcopy 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
68BOOL Init()
69{
70 return AddVectoredExceptionHandler(TRUE, VehExceptionHandler) == NULL ? FALSE : TRUE;
71}
72
73DWORD64 AllocateHiddenMemory(LPVOID lpAddress, SIZE_T dwSize,ENCRYPTDATAPROC Encrypt, DECRYPTDATAPROC Decrypt)
74{

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected