help with password.exe file

Pages: 12
May 6, 2011 at 2:05am
closed account (zwA4jE8b)
lol, I am not going to post the code. Just whether I succeeded or not.
May 6, 2011 at 2:08am
okay if succeeded then post the number only..!
May 9, 2011 at 11:36pm
The Problem has been solved :)

I opened the file in 1.2 sec
May 10, 2011 at 12:08am
closed account (zwA4jE8b)
congrats. I never got the password. Perhaps I attempted it the wrong way.

what number did you start at? I started at 000000000
Last edited on May 10, 2011 at 12:12am
May 11, 2011 at 4:22am
Try to start from 700000000

:)
May 11, 2011 at 5:02am
Oh, for eff's sake. Someone stuck a crapload of bitwise operations into password.exe. I'm not reading this.

PROTIP: The program exits with 0 if the input is correct and 1 otherwise. No need to do any redirecting.
May 11, 2011 at 5:25am
PROTIP: The program exits with 0 if the input is correct and 1 otherwise. No need to do any redirecting.

That's would work I think. It needs a loop from 000000000 to 999999999 to get that ;)..
But It may take couple of days through this way depending on your PC processor speed.
May 11, 2011 at 6:09am
Oh, also, it uses atoi() on the input, so adding leading zeroes is unnecessary.
May 11, 2011 at 12:33pm
closed account (zwA4jE8b)
how did you find that out helios?
May 11, 2011 at 2:11pm
Disassembly.
Topic archived. No new replies allowed.
Pages: 12