parkchanjin on 6:22 AM 08/06/2020: sub_403A60 = Create Password
jeffli6789 on 1:48 AM 08/08/2020: Interesting one! The real challenge is to find the main() function
DARKCODER on 5:49 PM 08/14/2020: Password is "encrypted-c-string"
0xSSS on 10:10 AM 08/16/2020: Actually not that much obfuscated.
Just find out the key function,comprehend its logic,and it's easy to found the key in the memory map (thru the "this" ptr)
anonymous on 9:46 AM 08/17/2020: 65 6E 63 72 79 70 74 65 64 2D 63 2d 73 74 72 69 6E 67
encrypted-c-string
anonymous on 9:47 AM 08/17/2020: I spend almost 4 hours to solve it.
Still weak.
juansacco on 10:15 AM 08/29/2020: Enter password: encrypted-c-string
CORRECT
Saeed9321 on 6:43 AM 09/30/2020: 004069e1 JZ LAB_00406a0e patched to JNZ CORRECT
_BLANK_ on 2:26 AM 11/19/2020: Thanks for challenge... It's easy and nice one. I'm just a beginner but I solved it just in 15 minutes.... Heez
panic on 2:11 PM 12/18/2020: im beginner rev
i dntknow anything
its very hard to me :(
fb1 on 4:09 AM 08/24/2024: very easy, spend an hour finding function. I have learned that you can use x86dbg to skip until user-code :)
You must me logged to submit a solution
Solution by jd071667: Challenges were in finding the main function and using the debugger to uncover the correct password.