
deurus'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
Difficulty: 2 - Needs a little brain (or luck) | RatingWaiting for at least 3 votes 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!
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.