cse_india
August 17th, 2006, 14:15
i am trying to crack a program using ollydbg.
in the older protections i found the serial in the stack window while placing a breakpoint on getdlgitemtxtA.the serial was in the stack in plain ascii text, so there was no problem in finding the serial.
but in the new version , although the protection remains the same the serial seems to be hardcoded in memory.no ascii texts are displayed in the stack window but addresses are placed instead of serials (in the older versions);
for eg:
in older versions:
0012345 : [memory address] "qasadafaf" (the serial)
but in new version:
0012345: [memory address] program name.some memory address
when i go to the memory address there r som characters but serial is hardcoded;
is there any way of finding the serial?
in the older protections i found the serial in the stack window while placing a breakpoint on getdlgitemtxtA.the serial was in the stack in plain ascii text, so there was no problem in finding the serial.
but in the new version , although the protection remains the same the serial seems to be hardcoded in memory.no ascii texts are displayed in the stack window but addresses are placed instead of serials (in the older versions);
for eg:
in older versions:
0012345 : [memory address] "qasadafaf" (the serial)
but in new version:
0012345: [memory address] program name.some memory address
when i go to the memory address there r som characters but serial is hardcoded;
is there any way of finding the serial?