help with password.exe file

Pages: 12
closed account (zwA4jE8b)
lol, I am not going to post the code. Just whether I succeeded or not.
okay if succeeded then post the number only..!
The Problem has been solved :)

I opened the file in 1.2 sec
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
Try to start from 700000000

:)
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.
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.
Oh, also, it uses atoi() on the input, so adding leading zeroes is unnecessary.
closed account (zwA4jE8b)
how did you find that out helios?
Disassembly.
Topic archived. No new replies allowed.
Pages: 12