MCPcopy Create free account
hub / github.com/SecurityAnalysts01/ShellcodeLoader / Tesbuer

Function Tesbuer

Loading_1.2/Loading/code.cpp:43–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41}
42
43bool Tesbuer()
44{
45 __try
46 {
47 __asm //x86 implementation
48 {
49 _emit 0xCD
50 _emit 0x03 //INT 03
51 _emit 0xC3 //RET
52 }
53 }
54 __except (EXCEPTION_EXECUTE_HANDLER)
55 {
56 return false;
57 }
58
59 return true;
60}
61
62int Testms()
63{

Callers 1

startFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected