# GDB CheatSheet

## Cast a register value

* Cast the content of a register to char
```sh
p *(char **)$rax
```