MCPcopy Create free account
hub / github.com/RischardV/emoji-shellcoding / Sequence

Method Sequence

block/block.cpp:94–96  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

92
93public:
94 Sequence(const std::string &hex) {
95 bytes = hex_to_bytes(hex);
96 }
97};
98
99class Instruction {

Callers

nothing calls this directly

Calls 1

hex_to_bytesFunction · 0.85

Tested by

no test coverage detected