Post

Debugging Interface Challenge

debugging interface

  • challenge description

image.png

  • after downloading the file , it’s

image.png

  • searching for .sal files i found that

image.png

  • 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 with one bit

image.png

  • 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.

image.png

  • let’s configure the analyzer

image.png

  • and bingo

image.png

  • HTB{d38u991n9_1n732f4c35_c4n_83_f0und_1n_41m057_3v32y_3m83dd3d_d3v1c3!!52}
This post is licensed under CC BY 4.0 by the author.