Baby Reverse

Here is the link to my binary ninja session (requires an account to have access to).

This challenge was about reversing an unusual keypass.exe. Don't let the name fool you, it is NOT a clone nor a copy of the real keepass tool .

Only a static analysis of this tool was required to solve. By putting it in binary ninja, we could go to the main function and see :

Clearly, the binary has the password stored as a RC4 bytestring. We have the key next to it, which is good. Time to whip out cyberchef. Put the big hex string in the ingredients and for the recipe: Just choose:

You have cooked your flag, which can also get vaildated through the binary:

HACKDAY{MemeMaster:Rubb3rDucky4Dock3r}