I want to dump network traffic from any application in Windows. But I don't want to use any proxy or listen to socket. I just want to read it from memory.
I could do it with Strace in linux. Can you suggest a solution for Windows? As a result of my research, I found Echo Mirage. But I could not find which dll(winapi) uses this process.
Thanks...