SysRq:
First thing I tried, doesn't work :(
But I changed it forward instead, because if it was a simple check like "valid xx days from file date", then setting it back wouldn't help, only make it expire earlier.
Yes of course forward :P... sorry
Tried de-assembeling the dll, it has a reference to this date: Feb 5 2007 16:36:39, but I guess it's nothing..
I also noticed on file info in PE Explorer it says: "Loader Flags - Obsolete" could that be it?
Edit:
It also does this call to winmm.dll :
function
timeGetTime: DWORD; stdcall; external 'winmm.dll' name 'timeGetTime' index 156;
and this to kernel32.dll :
procedure
GetSystemTimeAsFileTime(var lpSystemTimeAsFileTime: TFileTime); stdcall; external 'kernel32.dll' name 'GetSystemTimeAsFileTime' index 375;
But I guess changing these would make the dll fail!?!?
--------
Willy