Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 251 Bytes

steps.md

File metadata and controls

5 lines (4 loc) · 251 Bytes

TODO.

  1. Get baselength(bl)
  2. Now bruteforce one character at a time and expect our payload_lengths to be within the +/-(bl + 2) window. we use the guess twice in our generated sequence, hence the delta should be 2.
  3. Please check code for more.