format_encrypted_shellcode

Convert the encrypted shellcode to another format, such as steganography to png, convert to UUID...

Function Name

format_encrypted_shellcode

Input

{
  "shellcode": []
}

The shellcode is a byte array and is the encrypted shellcode.

Output

{
  "formated_shellcode": []
}

formated_shellcode is a byte array, which is the converted shellcode.