
I want an IPC sniffer. The top two forms of IPC I need to intercept and decode are
1) local RPC messages ("ncalrpc")
2) Window messages (e.g. WM_*)
Does anyone know if something that does this or anything close already exists? I don't want to reinvent the wheel.