Advertisement
Guest User

Untitled

a guest
Apr 26th, 2015
235
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. Solution
  2. ========
  3.  
  4. 1. Grab the IDAT chunk from PNG.
  5. 2. INFLATE it.
  6. 3. Notice that all scanline filters (first byte in row, just before data starts) are 00 and 01 (bit 0 and bit 1 respective).
  7. 4. Convert the bits to bytes and read the flag.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement