downloadbrowseRUNDLL's CRACKME_1

Download CRACKME_1.zip, 234 kb (password: crackmes.de)
Browse contents of CRACKME_1.zip

Just find the password
This is my first crackme

rules: no patches.

Difficulty: 2 - Needs a little brain (or luck)
Platform: Windows
Language: C/C++

Published: 12. Dec, 2009
Downloads: 1641

Rating

Waiting for at least 3 votes
(we have only 1).

Rate this crackme:

Send a message to RUNDLL »

View profile of RUNDLL »

Solutions

Solution by g4hsean, published 19. dec, 2009; download (1 kb), password: crackmes.de or browse.

g4hsean has not rated this crackme yet.

Solution by ItsJeezus, published 12. dec, 2009; download (740 b), password: crackmes.de or browse.

ItsJeezus has not rated this crackme yet.

The submission of solutions is closed.

Discussion and comments

sd333221
12. Dec 2009
This is level 2?
dahiphop
13. Dec 2009
"SAHF" What?
_pusher_
13. Dec 2009
"Store AH Register into FLAGS"
ref:
http://www.penguin.cz/~literakl/intel/s.html
dahiphop
14. Dec 2009
Difficult to understand
321Kami
23. Dec 2009
how to send sollution?
Maxn
04. Mar 2010
double GetPw()
{
int v1 = 0;
signed __int64 v2 = 4785733294794162176;
double v3[100] = { 0 };

do
{
v3[v1++] = *(double *)&v2 * 2.0;
v3[v1++] = *(double *)&v2 * 5.0;
v3[v1++] = *(double *)&v2 * 11.0;
}
while ( v1 < 99 );

v1 = 0;
double result = 0.0;

do
result = result + v3[v1++];
while ( v1 < 99 );
return result;
}

not too difficult ;)

You may leave your comment, thoughts and discuss this crackme with other reversers here.
Acting childish will not be tolerated.
HTML and such will be left as-is, so don't try.