Log in

View Full Version : Finding the serial


sonic
March 11th, 2009, 07:33
Hello
I'm very new in this area of coding ( i mostly done in Delphi till now )

anyway ...

I need to find a serial , requesting by one Bulgarian accounting software.
I start to debug it with OllyDbg + DeDe ( the target is a delphi application ) , and i found where the strings is builded and start for checking , but seems like it does not directly compare strings, but do something in some kind of "While" cycle ...

The software vendor give keys trough the phone only
he usually request for a serial generated from the system.

I found that the serial is generated from Processor kind , Windows User Name, and Hard drive serial number.

Please - as i understand - i can not request direct packing from you, so - guide me with some ideas , about what should i check to start understanding the mechanism of serial generation.


P.S. - I'm very pleased with this forum and it's tutorials

FrankRizzo
March 11th, 2009, 23:38
Well, if you post the chunk of code that appears to be "a while cycle", we might be able to help you decipher what's going on.

sonic
March 13th, 2009, 03:22
Quote:
[Originally Posted by FrankRizzo;79646]Well, if you post the chunk of code that appears to be "a while cycle", we might be able to help you decipher what's going on.


cool , cool ...
i will this, but at the weekend