X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fthecheat;a=blobdiff_plain;f=A%20few%20notes.txt;fp=A%20few%20notes.txt;h=056d686da17dd77a34b8d06adc72463b08161c28;hp=830c07a42ea1790c32145a164b8b2809e5ce0ef0;hb=179538478d0db2e5f8f2b50ccb3ff889b474aa01;hpb=ad02580588e2ca41f15ba8f9bd084561d8d485c2 diff --git a/A few notes.txt b/A few notes.txt index 830c07a..056d686 100644 --- a/A few notes.txt +++ b/A few notes.txt @@ -1,7 +1,9 @@ The authorization code is taken from iHaxGamez source. -Memory reading and writing will not work as you would expect if you compile and run The Cheat natively on an intel machine. This is because there are byte ordering (endian) issues that need to be fixed that I haven't been able to (or too lazy to figure out how to get it to work correctly). - The Xcode project provided is not guaranteed to work for Xcode versions below 3.1 +Build in Development mode if you want to test stuff... GBD may not attach correctly otherwise + +Searching for doubles and 64 bit integers is unreliable in my experience. I don't know how to fix it, so that's why I didn't fix it (also because the game I care about, Halo, doesn't really use those data types for anything). + -nil \ No newline at end of file