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

Method ShellcodeItem

WindowsShellcodeInjector/ShellcodeSplitor.h:10–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8 UINT8 *codes;
9
10 ShellcodeItem(UINT32 length, UINT8 *codes) {
11 this->codes = (UINT8 *)malloc(length);
12 for (int i = 0; i < length; i++) {
13 this->codes[i] = codes[i];
14 }
15 }
16
17 ~ShellcodeItem() {
18 free(codes);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected