Straight forward solution
Using the hint provided in the README, extracting the flag is pretty straight forward.
Not so striaght forward but cool way
In this method we’ll make use of an awesome tool called radare2 which you can grab from here.
- First open the binary in radare2
- Then analyze the binary
- Disassemble the main function just to check what’s going on.
Nothing interesting over here.
- Now print the strings
And there you have it.