# db ```text usage: db [-h] address [count] ``` Starting at the specified address, dump N bytes. ### Positional arguments |Positional Argument|Help| | :--- | :--- | |address|The address to dump from.| |count|The number of bytes to dump. (default: 64)| ### Optional arguments |Short|Long|Help| | :--- | :--- | :--- | |-h|--help|show this help message and exit|