I'm currently working on this I have bypassed the anti-debug tricks however the password is tricky.
the problem is the password is a HASH and therefor cannot be reversed there are only a couple of options that I see to get the password, option A disassemble and understand the hash algorithm and look for a flaw or B use the hashing algorithm to build a hash table and or brute force the password.
I believe I have found the comparison hash (its actually stored as a fixed 32 char value) |
==> |
pranav. I look forward to reading it. I'm just glad people are enjoying the first crackme I've written. |
==> |
Nice little challenge 1st Linux one I've looked at admittedly under Windows with static analysis.. I won't reveal the password. But it's a simple 8 charicter xor'd password. I don't fully understand the stack protection code but it was interesting. |
==> |
4epuxa. fast solve! nice.
r0B. The code looks almost exactly how I typed it. good work. |
==> |