Debug

Personal Rating: Medium

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!

HTB{547311173_n37w02k_c0mp20m153d}

Last updated