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
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.
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
if that was directed towards me, that was just an example as I stated, not the exact addr or anything. if not nevermind ;p
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.