# hexdump ```text usage: hexdump [-h] [-C [{py,c}]] [address] [count] ``` Hexdumps data at the specified address or module name. ### Positional arguments |Positional Argument|Help| | :--- | :--- | |address|Address or module name to dump (default: $sp)| |count|Number of bytes to dump (default: 64)| ### Optional arguments |Short|Long|Help| | :--- | :--- | :--- | |-h|--help|show this help message and exit| |-C|--code|Output as Python or C code data definition (default: py)|