MCPcopy Create free account
hub / github.com/Barracudach/CallStack-Spoofer / ~SpoofFunction

Method ~SpoofFunction

include/CallStack-Spoofer.h:101–105  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

99 *(uintptr_t*)ret_addr_in_stack = 0;
100 }
101 ~SpoofFunction()
102 {
103 temp ^= xor_key;
104 *(uintptr_t*)ret_addr_in_stack = temp;
105 }
106 };
107
108#ifdef _KERNEL_MODE

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected