Read/Write on the ram

Discussion in 'Xbox 360 Development' started by itchy, Feb 11, 2011.

  1. itchy

    itchy Guest

    Hi

    Anyone have a working app for read and write on the ram ? :pray:

    thx
     
  2. Barc0de

    Barc0de Mythical Member from Time Immemorial

    Joined:
    Oct 29, 2005
    Messages:
    11,205
    Likes Received:
    23
    like a RAM drive? ie with a virtual file system?
     
  3. itchy

    itchy Guest

  4. LEo

    LEo Fiery Member

    Joined:
    Jan 19, 2008
    Messages:
    845
    Likes Received:
    16
    Modio can do it.
     
  5. Krypton_VII

    Krypton_VII Peppy Member

    Joined:
    Jan 12, 2008
    Messages:
    354
    Likes Received:
    4
    Modio can do it using my code they took and decided to use in their for-profit program.

    real talk.

    I have the source code to a simple memory tool I made longgg ago if you'd like it. It's written in C#.
     
    Last edited: Feb 12, 2011
  6. WTVR

    WTVR Spirited Member

    Joined:
    Feb 20, 2010
    Messages:
    146
    Likes Received:
    0
    I didn't know that we were on Se7ensins. I'd ask Xenon for his tool, itchy.
     
    Last edited: Feb 12, 2011
  7. itchy

    itchy Guest

    I would like it, if that don't "disturb you".
     
  8. LEo

    LEo Fiery Member

    Joined:
    Jan 19, 2008
    Messages:
    845
    Likes Received:
    16
    I didn't know it was wrong to mention the only PUBLIC tool to do it. :fresh:
     
  9. Krypton_VII

    Krypton_VII Peppy Member

    Joined:
    Jan 12, 2008
    Messages:
    354
    Likes Received:
    4
    Last edited: Feb 15, 2011
  10. itchy

    itchy Guest

    Thank you.
    But, i have a problem, when i dump the memory of the game (0x82000000) i get an empty file.
     
  11. Krypton_VII

    Krypton_VII Peppy Member

    Joined:
    Jan 12, 2008
    Messages:
    354
    Likes Received:
    4
    You must be doing something wrong. Several people use this and have never had a problem.
    1. Run the game.
    2. Connect to the dev.
    3. Click the item 0x82000000 in the list so it's selected.
    4. Hit the dump button, and wait a while for the window to unfreeze(once it does, it means dumping is complete).
    (On a sidenote, in the dumping method there's an if(false) there, that dumps like 1KB at a time or something if you set it to true, but that's very slow, so keep it as it is).
     
    Last edited: Feb 16, 2011
  12. itchy

    itchy Guest

    I miss the step 4 ^^.
    Thx ;)
     
  13. Krypton_VII

    Krypton_VII Peppy Member

    Joined:
    Jan 12, 2008
    Messages:
    354
    Likes Received:
    4
    Sure, no problem.

    I'd play with the code a bit though, it's old and ugly, I would touch it up yourself if I were you.
     
  14. mastahg

    mastahg Member

    Joined:
    Mar 20, 2012
    Messages:
    6
    Likes Received:
    0
    Anyone have a copy of Xenon's tool? Mediafire says the link is dead.
     
  15. ddxcb

    ddxcb Gota J.T.A.G. That Xbone Yo.

    Joined:
    Apr 17, 2008
    Messages:
    388
    Likes Received:
    45
  16. mastahg

    mastahg Member

    Joined:
    Mar 20, 2012
    Messages:
    6
    Likes Received:
    0
    I'm looking for a tool with the source code so I can check out the best sections to read. Perhaps that would have been a better question.
     
  17. ddxcb

    ddxcb Gota J.T.A.G. That Xbone Yo.

    Joined:
    Apr 17, 2008
    Messages:
    388
    Likes Received:
    45
    To read what?

    The tool provided reads all the ram and exe's.

    what more do you need?
     
  18. mastahg

    mastahg Member

    Joined:
    Mar 20, 2012
    Messages:
    6
    Likes Received:
    0
    I want to read only the memory as needed. I am working on a rte application, and downloading the entire ram state takes quite a while.
     
  19. ddxcb

    ddxcb Gota J.T.A.G. That Xbone Yo.

    Joined:
    Apr 17, 2008
    Messages:
    388
    Likes Received:
    45
    xdevkit.dll, there you go.
     
  20. mastahg

    mastahg Member

    Joined:
    Mar 20, 2012
    Messages:
    6
    Likes Received:
    0
    Yes...I am using that already. But where can I learn about how much memory I should be reading?
     
sonicdude10
Draft saved Draft deleted
Insert every image as a...
  1.  0%

Share This Page