libimobiledevice  1.3.0
API Documentation - Return to Homepage

◆ debugserver_decode_string()

void debugserver_decode_string ( const char *  encoded_buffer,
size_t  encoded_length,
char **  buffer 
)

Decodes a hex encoded string.

Parameters
encoded_bufferThe buffer with a hex encoded string
encoded_lengthLength of the encoded buffer
bufferDecoded string to be freed by the caller