# decomp ```text usage: decomp [-h] [addr] [lines] ``` Use the current integration to decompile code near an address. ### Positional arguments |Positional Argument|Help| | :--- | :--- | |addr|Address to decompile near.| |lines|Number of lines of decompilation to show.| ### Optional arguments |Short|Long|Help| | :--- | :--- | :--- | |-h|--help|show this help message and exit|