View Single Post
  #2  
Old 13-05-2007, 23:52
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
old old old.. did you actually check the version of the gta : sa 1.1 update?

Quote:
central routine that is heavily obfuscated
you mean the vm?

Quote:
table of DWORDs at the beginning of the code section
thats compiler dependant, some compilers put a FARPROC array of va's at the start of the code section
and FF 25 to them from another block of code.. which allows them to make all api's used by the code
into E8 xx xx xx xx api calls... saving 1 byte per api call.. optimisation sort of...

NOT a securom feature
__________________
bleh
DO NOT PM me with questions, leave that in the forums...ESPECIALLY if i dont know you...

Last edited by TippeX; 14-05-2007 at 00:05.
Reply With Quote