16747 xam.xex offsets

Discussion in 'Jtag & RGH Modding' started by Coder123, Apr 8, 2014.

  1. Coder123

    Coder123 Finnish Modder XPG Developer TeamXPG
    0/47

    1,953
    717
    105
    Jan 21, 2012
    Finland
    Console:
    Xbox
    Here is some offsets for xam.xex. This specific location is where decrypted account data is loaded to.
    Code:
            static class xam16747
            {
                public static uint
                //name = offset                             //type      more info
                baseAddr = 0x81AA2C70,                      // -        used as base addr
                XUserProfileID = baseAddr + 0x08,           //bytes
                XUserGamertag = baseAddr + 0x1D,            //wchar_t
                XUserGetReportingInfo = baseAddr + 0x34,    //bytes     not sure what this is
                XUserXUID = baseAddr + 0x3C,                //bytes
                XUserLiveEnvironment = baseAddr + 0x48,     //string    PROD (ProductionNet) | PPE (CertNet) | INT (PartnerNet)
                XUserOnlineDomain = baseAddr + 0x50;        //string  
            }
    
     
  2. KillerVidz

    KillerVidz Rocky BANNED
    0/47

    3,312
    1,280
    0
    Feb 20, 2012
    XPG-UK
    Console:
    Xbox One
    Nice find ;) I might me getting another Jtag shortly so Ill be testing alot of cool things and see what these do :p
     
  3. HOKKUSPOKKUS

    HOKKUSPOKKUS XPG
    105/188

    1,211
    564
    105
    Jan 4, 2013
    French /Paris :-)
    Console:
    Xbox
  4. yesca253

    yesca253 Banned BANNED
    0/47

    461
    80
    0
    Sep 8, 2012
    Washington
    Console:
    Xbox
    Can Someone Explain To Me How This Works. Sorry I'm A Noob And Getting My RGH Soon And I Want To Learn Everything I Can
     
  5. Hybrii

    Hybrii Newbie
    0/47

    25
    11
    0
    Aug 4, 2013
    Nebraska
    Console:
    Other
    Nice work, I bet your x360helper(I think that's the name) has some pretty awesome functions in it!
     

Share This Page