Challenge
We receive a .ttf font file. The flag is the input string that, when typed and rendered with this font, produces a special glyph.
Approach
- Open the font in FontForge or parse it with
fonttools:
| |
- One ligature rule maps the sequence
['f','R','4','n','k','l','1','n','_','f','0','n','7']to a single “flag” glyph. - The input sequence is the flag content.
Flag
boroCTF{fR4nkl1n_f0n7}