View Single Post
  #113  
Old 29-10-2006, 09:53
TippeX's Avatar
TippeX TippeX is offline
zeroes and ones.....
 
Join Date: Jan 2003
Posts: 3,842
Thanks: 2
Thanked 33 Times in 23 Posts
TippeX is on a distinguished road
Quote:
Originally Posted by BluntMan View Post
I was just wondering about making cracks. From what I know it should be easier to crack the game after a patch because you're already half way there because most of the code is the same, am I correct?
nope, you arent, a patch could bring along new protection portions, new vm code, new 'hidden' instructions and so on, that and the game code will be updated, so while some parts might 'look' similar, they may/may not be, sometimes though you can get lucky where the exe is compiled in the same way.. where new code just displaces the old code, so the bytes you're looking for are a 'little bit' further down from where they should be etc.. really depends on the compiler and the protection settings...

a better result could be obtained from comparing the same version of the executable, against one wrapped with a different protection, which can give you an insight into what the protection is doing..
__________________
bleh
DO NOT PM me with questions, leave that in the forums...ESPECIALLY if i dont know you...
Reply With Quote