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

Method Instruction

block/block.cpp:174–176  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

172
173public:
174 Instruction(void) {
175 _text = "<empty>";
176 }
177 Instruction(const std::string &instr_hex, const std::string &instr_text) {
178 _bytes = hex_to_bytes(instr_hex);
179 _text = adjust_text(_bytes, instr_text);

Callers

nothing calls this directly

Calls 1

hex_to_bytesFunction · 0.85

Tested by

no test coverage detected