View Single Post
  #5  
Old 31-10-2009, 03:55
chron chron is offline
Registered User
 
Join Date: Aug 2006
Location: Sweden
Posts: 236
Thanks: 0
Thanked 0 Times in 0 Posts
chron is on a distinguished road
Quote:
Originally Posted by DABhand View Post
A simple hex editor will never help reverse a protection.

The exe itself if not using a DLL will be wrapped and protected, so no idea what your talking about unless you are looking at already rebuilt binaries with protection removed.
You dont need to reverse. You search the byte pattern patched in the previous patch. Then you search it in the new exe and replace it with the same bytes. This works since version 2.400. This is lame but it works.

Then you replace the string reliclive.quazal.net by 127.0.0.1 to disable the connection to the relic servers.

Crack done.
Reply With Quote