Inept Reverser
Description
Mikhas wanted to solve the reversing problem. But instead of an answer, I received something incomprehensible.
Maybe it’s because Mikhas is a philologist?
Solution
Viewing the contents with strings
reveals what seems to be flag:
└─$ strings unknown | bat
...
30 │ "$3*:
31 │ }d3tr3vn1_t0N_S1_d3sr3v3r{ondorg
32 │ dilav ton llun tcurtsnoc_M_::gnirts_cisab
33 │ .retal uoy ees .kO
...
Reverse the program:
└─$ strings unknown | rev | grep grodno
grodno{r3v3rs3d_1S_N0t_1nv3rt3d}
Flag: grodno{r3v3rs3d_1S_N0t_1nv3rt3d}
Last updated