Dump ram?

Discussion in 'Xbox (Original console)' started by PSPdemon, Mar 29, 2010.

  1. PSPdemon

    PSPdemon Peppy Member

    Joined:
    Dec 9, 2007
    Messages:
    308
    Likes Received:
    4
    Curious if there is a way to dump ram of a game while it's running?

    Supposedly xbmemdump but I can't find much anything on it...

    Thanks
     
  2. TheFallen93

    TheFallen93 Spirited Member

    Joined:
    Apr 22, 2009
    Messages:
    167
    Likes Received:
    68
    Look up Xbox7887's yelodebug lib. It's a C# library that works with a modified xbdm file. It will allow you to dump the memory of the game.
     
  3. 3do link

    3do link Guest

    or code a little yourself.

    telnet into your xbox using the ip and port 731.

    the command you're looking for is..

    getmem addr=<addr> length=1
    example: getmem addr=0x82000000 length=1

    OR FOR MULTIPLE BYTES

    getmem2 addr=<addr> length=<len>
    example: getmem2 addr=0x82000000 length=0x05
     
  4. TheFallen93

    TheFallen93 Spirited Member

    Joined:
    Apr 22, 2009
    Messages:
    167
    Likes Received:
    68
    Xbe's are loaded at 0x10000 iirc.
     
  5. 3do link

    3do link Guest

    if that was directed towards me, that was just an example as I stated, not the exact addr or anything.

    if not nevermind ;p
     
  6. TheFallen93

    TheFallen93 Spirited Member

    Joined:
    Apr 22, 2009
    Messages:
    167
    Likes Received:
    68
    No it wasent. But if you want to dump a games memory you will need to know the xbe loading address. I'd still suggest YeloDebug, it will do a LOT of work for you.
     
sonicdude10
Draft saved Draft deleted
Insert every image as a...
  1.  0%

Share This Page