Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
93
public:
94
Sequence(const std::string &hex) {
95
bytes = hex_to_bytes(hex);
96
}
97
};
98
99
class Instruction {
Callers
nothing calls this directly
Calls
1
hex_to_bytes
Function · 0.85
Tested by
no test coverage detected