Can someone tell me how to hook a Tapi function (I think it's LineMakeCall) and intercept it,get the parameters from it, and the decide to block or allow call?
Thanks in advance.
Printable View
Can someone tell me how to hook a Tapi function (I think it's LineMakeCall) and intercept it,get the parameters from it, and the decide to block or allow call?
Thanks in advance.
I also want to know if functions in a process can be accessed and if their outputs can be altered too.. Generally, i think i want to know if the output of a process can be changed by hooking to it. I've already read about hooking and injecting dll's...