Printing a variable on the notify

Discussion in 'Jtag & RGH Trainers' started by eddymvp, Jul 20, 2015.

  1. ed

    eddymvp Newbie
    0/47

    14
    1
    0
    May 15, 2015
    Console:
    Xbox
    Does anyone know how to print a variable into the notify?

    I have the following code however when it prints on the screen it shows all zero.

    DWORD* address = (DWORD*)0x820181b8;
    char* buff = new char[256];
    sprintf(buff, "address = 0x%x @0x%x", *address, address);
    notify((WCHAR*)buff);
    [​IMG]
     

Share This Page