Recherche avancée
Résultats de recherche
2 résultats trouvés au total
Misc - Whitespace - Solver
L3akCTF 2025
Misc
A block is made of two symbols from a 5x3 font. We infer that from the fact that the longest line is made of 6 "#". Since we know the flag starts with L3AK, we can test it out : If we remove the spaces, it matches the first two blocks of the challenge. b1 ...
Rev - Babyrev
L3akCTF 2025
Reverse
Not as simple as executing 'strings' on the binary. The binary swap symbols using a remap routine. Once we know the remap, we can decode the flag using the following script : This prints out the flag : L3AK{you_are_not_gonna_guess_me}