MCPcopy Create free account
hub / github.com/1401199262/MemoryVirtualization / CheckSEH

Function CheckSEH

Virtualization.cpp:15–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13#define STATUS_INVALID_HANDLE ((NTSTATUS)0xC0000008L)
14
15BOOL CheckSEH()
16{
17 __try
18 {
19 std::cout << **(DWORD64**)hidemem << std::endl;
20 }
21 __except (1)
22 {
23 return TRUE;
24 }
25 return FALSE;
26}
27
28//BOOL ExecuteHiddenMemory()
29//{

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected