Query: hexdump
OS: debian
Section: 3debug
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
HEXDUMP(3debug) Library calls HEXDUMP(3debug)NAMEhexdump - dump binary data in hex/ascii formatLIBRARIESDebug Library (-ldebug)SYNOPSIS#include <debug/log.h> #include <debug/hex.h> void hexdump(const void *ptr, size_t size);DESCRIPTIONhexdump() prints size bytes, starting at ptr in memory, using the debug log system. The output consists of 6 columns. The first column contains the address of the row (in bytes). Columns 2 to 5 contain the characters in the row represented as hexadecimal bytes. The last column contains the bytes as printable characters. If a character is not printable it is replaced by a dot.NOTESNone of the libdebug routines are thread-safe. I'm not planning to change this either! For more information, please see http://thread- ing.2038bug.com/SEE ALSOlog_open(3)AUTHORWritten by Abraham vd Merwe <abz@blio.com> Unix August 2004 HEXDUMP(3debug)
Related Man Pages |
---|
log_close(3debug) - debian |
log_open(3debug) - debian |
log_flush(3debug) - debian |
log_printf(3debug) - debian |
log_reset(3debug) - debian |
Similar Topics in the Unix Linux Community |
---|
Reverse hexdump without xxd |
Files appear to have no content |
Unix Shell scripting, removing hex 0d 0a |
A hexdumper using echo only... |
Convert UTF-8 file to ASCII/ISO8859-1 OR replace characters |