Search:
Search took 1.00 seconds.
-
When the history buffer in normal Terminal is not big enough, just install GNU/Screen "screen":
apt-get install screen
With default history size it's possible to scroll all the way up (here at...
-
start a screen with -L which creates a logfile in the directory then after you're done, exit as normal and check the logfile.
-
Ok, spend kinda the whole day fixing this lol
The addresses for Scr_GetFunction/Scr_GetMethod were correct, the addresses for cracking_hook_call crashed though. Since we don't really need them...
-
I tried to find the pointer to the download function, but it isn't the same as CoD2.
I think Scr_GetFunction should be 0x080BD238 and Scr_GetMethod should be 0x080BFEF4. But someone will need...
-
The actual crash happens here:
#if COD_VERSION == COD2_1_0
int * addressToDownloadPointer = (int *)0x0815D584;
#elif COD_VERSION == COD2_1_2
int *...