MCPcopy Create free account
hub / github.com/Yeuoly/0xUBypass / ShellCode

Class ShellCode

WindowsShellcodeInjector/main.cpp:14–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12#define MAGIC 0xff, 0xff, 0xdd, 0x11, 0x99, 0x10
13
14struct ShellCode {
15 uint8_t shellcode[MAX_ENCRYPT_SHELLCODE] = {
16 MAGIC
17 };
18 uint32_t shellcode_size = 0;
19 uint32_t shellcode_real_size = 0;
20};
21
22ShellCode shellcode;
23

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected