for printing the hex values in the kernel modules/kernel space we can use the print_hex_dump function
the format is as follows
print_hex_dump("KERN_ERROR", "Message: ", DUMP_PREFIX_OFFSET,
16, 2, data_buffer, length_of_buffer, 1);
the format is as follows
print_hex_dump("KERN_ERROR", "Message: ", DUMP_PREFIX_OFFSET,
16, 2, data_buffer, length_of_buffer, 1);
No comments:
Post a Comment