Thanks to visit codestin.com
Credit goes to github.com

Skip to content

How to find out this way that can reads eveonline memory data #81

@thouger

Description

@thouger

This function is not specific to EVE Online but can be used with other game clients as well.
But i tried several game and this only way seems to be tailor-made only for eveonline.Why do i say this seems to only work for eve online game.

  1. EnumeratePossibleAddressesForUIRootObjects function will find str which change to bytes is type and UIRoot,Why you'll know what to look for?i use function ReadNullTerminatedAsciiStringFromAddressUpTo255,not all processes have type and UIRoot.
  2. ReadUITreeFromAddress function has use memoryReader.ReadBytes.Sometimes it use 0x10 and sometimes is use 0x20 or 0x30,how to know this bytes length.

I guess the secret is in ReadUITreeFromAddress function.I don't know how do you know that this function is written like this.i'm good at Android Reverse but not good at PC Reverse.
Can you share how you know to read eveonline memory this way?I would be grateful!
If it bothers you a lot of time this time, would you like to share information similar to this and I can learn by myself

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions