View Single Post
  #5  
Old 02-07-2008, 14:31
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
dlls in your asm? huh?...

hexeditor is for editing the binary files to apply changes...

and the information on that site is damned old, things have moved on a fair bit from then.... firstly you need to remove the protection (if the game is protected), then you need to find cdchecks (and others) and figure out how to remove them safely, and without messing up the stack.. you also nowadays have to pay attention to dep..

i still can't figure out what you're on about with 'dlls in asm'..

to make alterations, you find the code you changed in memory, note it down, open the binary in a hexeditor (a good one with va->offset calculating would be an idea), and apply the patch... its not really that difficult if you're using the right tools...
__________________
bleh
DO NOT PM me with questions, leave that in the forums...ESPECIALLY if i dont know you...
Reply With Quote