# aa-decode > Decode AppArmor audit logs into a human-readable format. > More information: . - Decode a hex string: `aa-decode {{hexstring}}` - Decode a log file: `sudo aa-decode {{logfile}}` - Decode logs from standard input (e.g., redirected file): `sudo aa-decode - < {{logfile}}` - Display help: `aa-decode {{[-h|--help]}}`