Write a function void hexDump(const unsigned char *buf, size_t len) that prints byte values in hex %02X format.
void hexDump(const unsigned char *buf, size_t len)
%02X
[*] ELF Magic Bytes: 7F 45 4C 46 02 01 01 00 [✓] Hex stream buffer verified (Time: 0.005s, Memory: 1.8 MB)