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

Class ShellcodeContainer

WindowsShellcodeInjector/ShellcodeSplitor.h:22–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20};
21
22class ShellcodeContainer {
23public:
24 UINT32 size;
25 std::vector<ShellcodeItem *> codes;
26
27 void push(ShellcodeItem *);
28
29 ShellcodeItem *pop();
30
31 ~ShellcodeContainer();
32};
33
34class ShellcodeSplitor {
35private:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected