Log in

View Full Version : minute trial


TrainingDay
April 22nd, 2004, 11:20
Hi all,

Can i point me to a essay on how to reverse engineer a program with on like 60 minute use limit before program expires.

Thanks in Advance

naides
April 22nd, 2004, 11:33
Quote:
[Originally Posted by TrainingDay]Hi all,

Can i point me to a essay on how to reverse engineer a program with on like 60 minute use limit before program expires.

Thanks in Advance


I think you can write the assay yourself when you are done with the program.
Disassemble it and look for time keeping API, like GetLocalTime, GetSystemTime, GetTickCount.
The program probably checks the time rather frequently, so it will quit right on time, when the 60 mins are up.
Also look at what happens when it quits: do you see a nag screen, or just stops?

Consider breakpoints in PostQuitMessage or EndProc sort of things.
Time limited Software be it 30 days or 60 min fall into the same scheme.

TrainingDay
April 22nd, 2004, 12:24
I found a dll called SHLWAPI.DLL It has StartStopWatch StopWatch in strn ref in w32dasm, so i need a essay on how to change the hex values in order to either remove min. timer or give me a billion millions, but i dont know hex.
Thank You

naides
April 22nd, 2004, 13:49
Quote:
[Originally Posted by TrainingDay]I found a dll called SHLWAPI.DLL It has StartStopWatch StopWatch in strn ref in w32dasm, so i need a essay on how to change the hex values in order to either remove min. timer or give me a billion millions, but i dont know hex.
Thank You


If you do not know hex, or assembly, and need step by step instructions to reverse your program, you may as well look for a ready made crack.
Try your luck here:

http://www.google.com/search?num=20&hl=en&q=+%22crackz+OR+appz+OR+warez+OR+serialz+OR+keygens%22&btnG=Google+Search

TrainingDay
April 22nd, 2004, 15:07
But there use to be tutorials from woodman.com, i just forgot how to get there again. Thats why i asked for a tutorial on this.

Thank You

hobferret
April 22nd, 2004, 15:27
Hi

This is not another Elicense program IS IT?

/hobferret

Woodmann
April 22nd, 2004, 15:45
Howdy,

You dont need to memorize hex, just get a manual.
The links for tutorials are down below.

Woodmann