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.