Looking for Info [Gamehacking]

02/20/2012 15:33 lucid#1
I'm looking for anyone who might have information specific to EVE with regards to:
  • Stackless Python/Memory Pointers/Python Injection
  • Packet Encryption/Formatting/Object Pickling
  • Cache Files

If you know about these things and would like to collaborate (and benefit from my abundance of free time), let me know!
02/24/2012 02:55 Letalas#2
ccp is getting a little more aware of injections, but there is tons of information out there about creating almost anything
02/24/2012 21:27 lucid#3
I'm aware they are becoming more aware of injections (someone from CCP recently made a statement iirc), but am trying to take the least detectable path. Also, I am not looking to necessarily inject Python code, I am more interested in getting data out of the client. Getting data from the client might require some Python injection, but from what I understand the actual process of each tasklet is a C-family module which is called from Python. This technically means it should be possible to gain information from the tasklet's process/memory.

Once I can retrieve game values, I will pretty much be all set. Unfortunately, I'm used to doing this with a stack in place :(

Any help anyone can offer, or resources (I'm happy to read) would be greatly appreciated.