# Debug

We have another file that I did not know so far, which was .sal. This challenge was difficult for me because I knew neither the program, nor the file/data format before.

The program designated for opening these files is Saleae Logic 2. The file format is a format for serial signals.

I had to zoom in all the way to find the actual bits. I then looked what the smallest distance between two “up” fronts was. It was 8.68 microseconds.

I could calculate the Baudrate with 1/(8.68\*10⁻⁶) = 115207

I set the baudrate at the Async Serial Analyzer settings and there we go!

<figure><img src="/files/VvyZa5Ss4rD6cpp64p1k" alt=""><figcaption></figcaption></figure>

`HTB{547311173_n37w02k_c0mp20m153d}`


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://shibudocs.gitbook.io/htb-writeups/cyber-apocalypse-2023-the-cursed-mission/debug.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
