TryHackMe - Compiler
Strings can only help you so far.
TryHackMe - Compiler
https://tryhackme.com/room/compiled
Reconaissance
We have given the Downloadable
file. let’s open and observe it.
this is an compailer file with unreadable texts
.
After run the compailer it’s asking for the password:
we don’t know the password let’s try to understand the file by using cat
We have got a logic.
Logic
So, basically we need to enter the password with this keyphrase DoYouEven(sometext)
. we don’t know what the last text it is. let’s debug the compailer.
Here i used ghidra
to Debug the code.
Close looks, we got and hint i guess.
look at the logic part
We have got it. if the given password is == DoYouEven__init
then the password is correct. if isn’t then it will show Try_again
Let’s try it.
We have got the flag/answer.
Vardict
This post is licensed under
CC BY 4.0
by the author.