4oh4
January 18th, 2002, 14:08
If you want to take a look at this app, I got it from zdnet.
Basically I was planning on keygenning it for practice cause I'm not so good at that. But It's coded in vc++ and I can't see any logic flow in the way the serial is generated. The name has to be at least 2 chars long. There are two constant numbers that I kept seeing in my tracing (232347520237553 and I must not have written down the other one) which might be some sort of lookup tables or magic numbers or even seeds for some type of crypto algo. I doubt it's using any advanced crypto algo since the serials (good and bad) can be seen in plaintext in sice.
Anyways, if anyone else has some clues about how to trace through the serial algo I'd appreciate a pointer or two. Even if it's just generic hints on tracing through vc++ apps, like how to get function names for the vc++ runtimes when all you see in sice is the ordinal numbers.
Basically I was planning on keygenning it for practice cause I'm not so good at that. But It's coded in vc++ and I can't see any logic flow in the way the serial is generated. The name has to be at least 2 chars long. There are two constant numbers that I kept seeing in my tracing (232347520237553 and I must not have written down the other one) which might be some sort of lookup tables or magic numbers or even seeds for some type of crypto algo. I doubt it's using any advanced crypto algo since the serials (good and bad) can be seen in plaintext in sice.
Anyways, if anyone else has some clues about how to trace through the serial algo I'd appreciate a pointer or two. Even if it's just generic hints on tracing through vc++ apps, like how to get function names for the vc++ runtimes when all you see in sice is the ordinal numbers.