Пользователь
- Сообщения
- 20
- Реакции
- 1
Hey,
I wish to hook server response to queries. Could someone tell me which function to use for it? If possible, a example with it would be better. I'm trying to hook server response and then edit the response info. Or exactly, block it and send my own response so as to prevent the processing of it by engine. UPDATE : Found out the function which responds to client is "SV_SendServerinfo" (not sure though). Could anyone give an example of how to hook this. Also, how to block it and reply with a similar message myself ? And lastly, how to find out the values this function is sending so I can store them in a variable for later use..
EDIT : Found something "SVC_InfoString" in rehlds files. However, I'm unable to find this function in IDA in the .so files.
I wish to hook server response to queries. Could someone tell me which function to use for it? If possible, a example with it would be better. I'm trying to hook server response and then edit the response info. Or exactly, block it and send my own response so as to prevent the processing of it by engine.
3 Июн 2018
EDIT : Found something "SVC_InfoString" in rehlds files. However, I'm unable to find this function in IDA in the .so files.