keiko
January 2nd, 2009, 05:04
I want to deduce the logic of a procedure, used to calculate a value based on an input value; the final purpose is to make a keygen, once the algorithm is deduced.
I'm attaching 2 files:
- an image that contains a screen-shot of the whole procedure, showing the lines where the input is set and where the output is achieved. There are 2 breakpoints on the procedure, both to show the input (first breakpoint: EAX contains the unicode string 45078113) and the expected output (second breakpoint: EDX contains the unicode string 212898484).
- a text file, containing the whole procedure.
I want to ask initial guidance on how to achieve my goal: deducing the algorithm.
If someone could just show me the deduced formula, would be nice.
If someone could explain me how to do it, considering that I'm practically new on reversing, that would be great!
Thanks in advance for your advices and help on this
keiko
I'm attaching 2 files:
- an image that contains a screen-shot of the whole procedure, showing the lines where the input is set and where the output is achieved. There are 2 breakpoints on the procedure, both to show the input (first breakpoint: EAX contains the unicode string 45078113) and the expected output (second breakpoint: EDX contains the unicode string 212898484).
- a text file, containing the whole procedure.
I want to ask initial guidance on how to achieve my goal: deducing the algorithm.
If someone could just show me the deduced formula, would be nice.
If someone could explain me how to do it, considering that I'm practically new on reversing, that would be great!
Thanks in advance for your advices and help on this

keiko