xforce / eve-echoes-tools

Collection of tools helping in reverse engineering Eve Echoes
MIT License
71 stars 19 forks source link

API endpoints #9

Open jmgilman opened 4 years ago

jmgilman commented 4 years ago

Hoping to start a discussion around understanding some of the API endpoints that can be found in the data dump. Specifically:

Has anyone had any success reverse engineering these endpoints for useful information? I've been running some proxies for monitoring game traffic and have really only seen a few calls to some of these endpoints while the game loads but nothing that provides any immediate useful data (i.e. market data). The references to the APIs in the dumped Python code seem to be incomplete. For example, I see references to an envsdk module which seems to use the ENV_SDK_HOST endpoint but the code for it is missing in the dump.

Would be interested in seeing what others have found.

xforce commented 4 years ago

Those endpoints are not used for in-game data. They are part of the Account backend. With some supporting code in native code (non python stuff).

jmgilman commented 4 years ago

That would be consistent with the packets I'm seeing during login/character selection.