shellcodeToUUID takes in shellcode bytes, pads it to 16 bytes, breaks them into 16 byte chunks (size of a UUID), converts the first 8 bytes into Little Endian format, creates a UUID from the bytes, and returns an array of UUIDs
(shellcode []byte)
source not stored for this graph (policy: none)