UUID - psycore8/shencode GitHub Wiki
Converts a binary file into C++ formatted String-Array.
uuid --input shell.raw
[*] try to open file
[+] reading calc.raw successful!
[*] try to generate UUIDs
std::vector<std::string> sID = {
"554889e5-4883-ec40-4831-c0488945f848",
"8945f048-8945-e848-8945-e0488945d848",
...
"514889e1-b201-4883-e4f0-4883ec20ffd0",
"4883c438-4883-c418-4883-c4085dc3" };
[+] DONE!