MCPcopy Create free account
hub / github.com/S3N4T0R-0X0/PixelCode-Attack / string_to_vector

Function string_to_vector

payload.cpp:864–866  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

862
863
864std::vector<uint8_t> string_to_vector(const std::string& str) {
865 return std::vector<uint8_t>(str.begin(), str.end());
866}
867
868
869std::string current_directory;

Callers 1

execute_commandFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected