downloadbrowsewt0vremr's wt0vremr's #1

Download Crackme1.zip, 15 kb (password: crackmes.de)
Browse contents of Crackme1.zip

Find a valid serial and write a keygen. That's very easy.
It is meant to be your first delphi crackme. If you haven't cracked delphi crackmes yet - start with this one.

Finding a serial takes a minute. It's very easy.
Making keygen requires some more brainz :)

Difficulty: 1 - Very easy, for newbies
Platform: Windows
Language: Borland Delphi

Published: 28. Apr, 2011
Downloads: 847

Rating

Votes: 4
Crackme is boring.

Rate this crackme:

Send a message to wt0vremr »

View profile of wt0vremr »

Solutions

Solution by givses, published 06. oct, 2013; download (12 kb), password: crackmes.de or browse.

givses has rated this crackme as nothing special.

Solution by darkoman, published 08. feb, 2012; download (6 kb), password: crackmes.de or browse.

darkoman has not rated this crackme yet.

Submit your solution »

Discussion and comments

idid231
28. Apr 2011
I don't think make a Keygen need more brainz, it's as easy as fishing key :)
wt0vremr
Author
28. Apr 2011
Well, if you think so - write a solution :)
BondCracked
29. Apr 2011
Please, recompile your project. It lacks rtl70.bpl and I do not have that version of Delphi installed here. Change the way it generates the executable. Thanks.
Coccinell
29. Apr 2011
Just switch off the package support for compilation. It's at Project->Options->Packages->Build with runtime packages. Then everything needed will be put into your executable (except external DLL's of course), only your EXE will be considerably larger then.
wt0vremr
Author
29. Apr 2011
Damn it.
I'm really sorry, everyone.
Im not gonna upload any more delphi crackmes. Only assembler now.
BondCracked
29. Apr 2011
Borgiman ---> You're super ;-)
Borgiman
29. Apr 2011
you're welcome :D
bluewaveck
29. Apr 2011
Nice Crackme, I wrote a keygen for it and I'll probably post a solution/tutorial on Youtube. When I get it up it will be on my account: http://www.youtube.com/user/bluewaveck7.
wt0vremr
Author
30. Apr 2011
Borgiman, you rock!
bluewaveck, I'm really looking forwrd to it :)
bluewaveck
01. May 2011
recorded today but audio was out of sync hope to record tomorrow with a smaller portion of the screen to free up resources and get the a/v back in sync
BondCracked
02. May 2011
Solution sent with an asm keygen (FASM).
kudesnik
01. Aug 2012
var
a,b,len:integer;
begin
len:=length(edit1.Text);
if name='' then begin
edit2.Text:='please insert your name...';
end else
if (len<=4) then begin
edit2.Text:='more name 4 char ...';
end else begin
asm
MOV EAX,len
IMUL EAX,07DBh

mov a,eax

MOV EAX,len
IMUL EAX,044Eh
mov b,eax
end;
edit2.Text:=('KL19-IY7D'+inttostr(a)+'-GA4S-OD1T-B6RE-'+inttostr(b));
end;
end;
knightluffy
12. Jun 2013
rtl70.bpl not found.. Could you please rebuild one?
zairon
Moderator
12. Jun 2013
No need to rebuild, you can download the necessary bpl files from the net.

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.