downloadbrowsedeurus's ResolveMe TWO

Download ResolveMe_TWO_-_by_deurus.zip, 56 kb (password: crackmes.de)
Browse contents of ResolveMe_TWO_-_by_deurus.zip

Crackme: ResolveMe TWO
coder: deurus
Languaje: Visual J++
Tested in: Windows XP sp2

This crackme requires the microsoft java virtual machine installed
URL: https://www.alibre.com/alibrelibraries/ftp/JavaVM/9xNT4/msjavx86.exe

RULES
- Make a tuto and a keygen and send to crackmes.de
- No patch
- No self-keygening

enjoy

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

Published: 11. Sep, 2009
Downloads: 437

Rating

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

Rate this crackme:

Send a message to deurus »

View profile of deurus »

Solutions

There are no solutions to this crackme yet. Have you solved it? Please write a tutorial and submit it here!

Submit your solution »

Discussion and comments

deurus
Author
21. Feb, 10:39
Required files updated: http://deurus.info/archivos/mycrackmes/msjavx86.zip
Extreme Coders
21. Feb, 17:04
Resource Editor + Java Decompiler.

BTW, there is a bug in your algorithm. You intended to calculate the sum of all chars in the name, but instead calculated the product of the first character and string length.

int j = 0;
for (int n = 0; n < m; n++)
k += str1.charAt(j);

should be

for (int n = 0; n < m; n++)
k += str1.charAt(n);
deurus
Author
23. Feb, 17:22
It is a bug or intentional? Please, make a keygen for the community.
deurus
Author
23. Feb, 17:43
Example:
deurus
61037-othervalue-54255
Extreme Coders
23. Feb, 18:54
Okay. Here you go.

https://gist.github.com/extremecoders-re/a8d90cea12a7e6ff4d12

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.