Valhalla Legends Archive

Programming => Advanced Programming => Topic started by: Forged on October 05, 2004, 11:28 PM

Title: memory editing
Post by: Forged on October 05, 2004, 11:28 PM
I have two questions

1.Would the memory adress's to cut on the maphack on sc be diffrent between windows and mac

and if not is there anywhere to find a place with some kind of mac api to find a proccess and write to it like msdn but not?
Title: Re: memory editing
Post by: Kp on October 06, 2004, 09:35 AM
Quote from: Forged on October 05, 2004, 11:28 PM1.Would the memory adress's to cut on the maphack on sc be diffrent between windows and mac

and if not is there anywhere to find a place with some kind of mac api to find a proccess and write to it like msdn but not?

It is extremely improbable that the two would have the same address, since they do not even use the same instruction set!  Even if you find the correct address, you're going to need to know the local assembly language to write a maphack for it.  I strongly suggest sticking to Windows.