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

    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

    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

    Very nice !
     
  4. yesca253

    yesca253 Banned BANNED
    0/47

    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

    Nice work, I bet your x360helper(I think that's the name) has some pretty awesome functions in it!
     

Share This Page