voidrte_hexdump(FILE*f,constchar*title,constvoid*buf,unsignedintlen)
Dump out memory in a special hex dump format.
Parametersf A pointer to a file for output.
title If not NULL this string is printed as a header to the output.
buf This is the buffer address to print out.
len The number of bytes to dump out.
voidrte_memdump(FILE*f,constchar*title,constvoid*buf,unsignedintlen)
Dump out memory in a hex format with colons between bytes.
Parametersf A pointer to a file for output.
title If not NULL this string is printed as a header to the output.
buf This is the buffer address to print out.
len The number of bytes to dump out.