quote:
Originally posted by ramik
so with dll's i can intercept the coming stream as it is?
what API should I use, the one for MsgPlus 3.6?
I tried a couple of times to make dll's with FreePascal, will it be ok for such dll's?
The 3.6 API doesn't exist in Live, and if FeeePascal can make Windows DLLs, then that should be fine.
Thing is, due to the low-level nature of what you want to do, you can't just use a pre-existing API. In fact, in order to get the data in the first place, you'll need remote code injection and API hooking.