MCPcopy Create free account
hub / github.com/d35ha/CallObfuscator / exit

Method exit

src/shellcode.cpp:43–47  ·  view source on GitHub ↗

Stop the execution of the shellcode.

Source from the content-addressed store, hash-verified

41
42// Stop the execution of the shellcode.
43VOID shellcode::exit()
44{
45 // Just break.
46 __debugbreak();
47};
48
49// Length of wide string
50size_t shellcode::wstr_len(PWSTR str)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected