View Single Post
  #4  
Old 02-07-2005, 05:08
The-S-Owl The-S-Owl is offline
Registered User
 
Join Date: Dec 2002
Location: Behind you
Posts: 134
Thanks: 0
Thanked 0 Times in 0 Posts
The-S-Owl
The crack will only work on Windows XP. RestoreLastError does not exist in older Windows versions, it is called SetLastError there.

Solution: open the exe with a hex editor and change RestoreLastError to SetLastError. I think there is a tool floating around that can do this for you, but I have never used it.