View Single Post
  #8  
Old 16-10-2005, 04:55
BaconBelly BaconBelly is offline
Junior Member
 
Join Date: Oct 2005
Location: Netherlands
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
BaconBelly is on a distinguished road
Quote:
Originally Posted by TippeX
RestoreLastError is an XP (or higher) export from kernel32.dll, technically the crack is bad for any os under xp, because RestoreLastError has to be changed to GetLastError or SetLastError (cant remember which but i think its the first one), this can be done by hexediting the import table of the exe, fixing it and making it work on 2k (or higher) again... its been discussed before..
Thanks for the info but i can't get it to work, what am i doing wrong ?

W2k up to date.

With the reloaded exe i get a RestoreLastError so i edited it with XVI32(free hex editor), replaced Restore with Get or Set i get a different error; "The procedure entry point could not be located in the dynamic link library kernel32.dll".

Any other things to be changed ?
Reply With Quote