I need to write c++kernel
code to monitor or block RPC
based on client's and server's process ID.After searching it seems RpcBindingCreateW
is a good point to start! But I haven't found a corresponding kernel method or API sequences of that method yet!Is any one have knowledge or experiences to help me?
Thanks.