Search:

Search: Search took 1.00 seconds.

  1. Replies
    13
    Views
    14,364

    When the history buffer in normal Terminal is not...

    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...
  2. Thread: Can't run libcod

    by php
    Replies
    13
    Views
    14,364

    start a screen with -L which creates a logfile in...

    start a screen with -L which creates a logfile in the directory then after you're done, exit as normal and check the logfile.
  3. Replies
    13
    Views
    14,364

    Ok, spend kinda the whole day fixing this lol ...

    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...
  4. Thread: Can't run libcod

    by Mitch
    Replies
    13
    Views
    14,364

    I tried to find the pointer to the download...

    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...
  5. Replies
    13
    Views
    14,364

    The actual crash happens here: #if...

    The actual crash happens here:



    #if COD_VERSION == COD2_1_0
    int * addressToDownloadPointer = (int *)0x0815D584;
    #elif COD_VERSION == COD2_1_2
    int *...
Results 1 to 5 of 5