Skip to main content

All Questions

Tagged with
0 votes
0 answers
386 views

Debugging a TCP client/server pair of applications on Windows?

I have a server application in .NET 6/VS2022 which creates a TCP listener, and a python 3 application which creates a socket to connect to the server application. Rather than hopping back and forth ...
Ian Newson's user avatar
1 vote
3 answers
982 views

How to capture the arguments passed to an .exe when is called by another program? (Windows)

I have two programs: When A.exe is running, it calls B.exe with a series of arguments. Any suggestions as to how can I see these arguments? I could write another B.exe program to do that, but it ...
relima's user avatar
  • 397