It will require at least C (maybe ASM). I doubt I'll be able to do it in a short amount of time but I'll try. (I'm trying to learn ASM btw)
Anonymous - Mon Apr 26, 2004 11:54 pm
Post subject: RE: no way!
Actually, you can get write access to Ctm without doing anything major; the hypothetical programmer just needs to spend a bit more time looking around on MSDN...
Anonymous - Tue Apr 27, 2004 12:00 am
Post subject: RE: reading energy
In SubSpace, the player data was encrypted in memory. So, you can't just read it, you need to decrypt it too.
Furthermore, the list of players was a giant array of pointers, only the first N of which were actual players. and the N (number of players) was stored encrypted elsewhere.
Now you may be thinking "but i only want to read MY energy", well, your energy is stored in a player info structure just like everyone else's, in that big list, and with the same protections.
PriitK's client may be less "paranoid" about these things, but I wouldn't bet on it.
Anonymous - Tue Apr 27, 2004 12:06 am
Post subject: RE: reading zone settings
You may also come up against protections of the zone settings, since this is one of the concessions (some say failings) of the SubSpace protocol. No one wants their zone settings released, but every client has a copy of the more sensitive ones: yes, some will be missing from the info sent by the server, because some are server-side.
Since people are so possessive and secretive with their settings, I would be shocked if PriitK did not encrypt those in memory. If you find that he doesn't, or that the settings are dirty in memory somewhere they can be read in plaintext, you should report that as a bug.
Jackmn - Tue Apr 27, 2004 12:45 pm
Post subject:
As for why you can't open the process...
check GetLastError()