Jump to content
Tuts 4 You

[Crackme] # RDG Simple Crackme Delphi #


RDGMax

Recommended Posts

Can you attach here the unpackmes without password?


 


Later edit:


 


I did not see right?


You generate a random number then you compare this with the inputed serial:



004841D6 E8 79F0F7FF CALL <RDG_Simp.System.Random> //Generate random number
004841DB 8D55 94 LEA EDX,DWORD PTR SS:[EBP-0x6C]
004841DE E8 9567F8FF CALL <RDG_Simp._Unit3.IntToStr> //Integer to string conversion
004841E3 8B55 94 MOV EDX,DWORD PTR SS:[EBP-0x6C] //Load the result in EDX
004841E6 58 POP EAX //Put in stack inputed serial
004841E7 E8 7418F8FF CALL <RDG_Simp.System.@UStrEqual> // Compare inputed serial with a random number

Edited by GIV
Link to comment
Share on other sites

 

Can you attach here the unpackmes without password?

 

Later edit:

 

I did not see right?

You generate a random number then you compare this with the inputed serial:

004841D6 E8 79F0F7FF CALL <RDG_Simp.System.Random> //Generate random number

004841DB 8D55 94 LEA EDX,DWORD PTR SS:[EBP-0x6C]

004841DE E8 9567F8FF CALL <RDG_Simp._Unit3.IntToStr> //Integer to string conversion

004841E3 8B55 94 MOV EDX,DWORD PTR SS:[EBP-0x6C] //Load the result in EDX

004841E6 58 POP EAX //Put in stack inputed serial

004841E7 E8 7418F8FF CALL <RDG_Simp.System.@UStrEqual> // Compare inputed serial with a random number

 

Ok bro

 

get the serial or patch the program..show me your best solution

Link to comment
Share on other sites

I have deleted the program...


:sorry:


I saw somewhere the string "Congratulations" loaded.


Just change the loaded registers from wrong to right and that's it.


Even i copyed the the compared serial from the buffer where the good boy appeared when i have inputed in the box it shown wrong serial so i guess there is involved a random factor.


Link to comment
Share on other sites

User: giv


Pass: 444A4837444A544944334B


 


User: RDGMax


Pass: 4434382B435A6E6643714430474A5861445A6A594830


post-31931-0-50751100-1376083477_thumb.j

Edited by GIV
  • Like 1
Link to comment
Share on other sites

User: giv

Pass: 444A4837444A544944334B

 

User: RDGMax

Pass: 4434382B435A6E6643714430474A5861445A6A594830

 

 

Excellent :) GIV

  • Like 1
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...