Debugging Interface Challenge
debugging interface
- challenge description
- after downloading the file , it’s
- searching for
.sal
files i found that
- so it’s logic analyzer let’s download the program.
- as we are working
usart
, we have to determine the baud rate , now the usart starts withone bit
- at first it’s stream of ones that indicates that no data was sent and the first bit of frame indicates the start of transmission.
- now it’s Manchester encoding , we will take the duration of short pulse as it have higher bit rate so if we took long pulse with lower bit rate we will miss data as the data will be faster than the observer.
- let’s configure the analyzer
- and bingo
HTB{d38u991n9_1n732f4c35_c4n_83_f0und_1n_41m057_3v32y_3m83dd3d_d3v1c3!!52}
This post is licensed under CC BY 4.0 by the author.