Tagged Questions
2
votes
1answer
205 views
How can I stop/restart listening and accepting on a server socket in Winsock2 C++?
I made a socket (Winsock2) in Visual Studio Pro C++ to listen on a port for connections (TCP). It works perfectly, but I let it run in its own thread, and I want to be able to shut it down with the ...
1
vote
5answers
277 views
How do I listen/identify when a program runs in Windows using C++?
Specifically, I want to listen to when programs are run and record information such as: timestamp, executable, windows name and user.
0
votes
1answer
173 views
How can I make my TCP listening app safer?
I’m looking for advice on writing a very safe C/C++ app that will listen to a tcp port. I'd like to peek at what others are trying to do to my machine, but I’d rather not install an elaborate honeypot ...
-3
votes
1answer
97 views
Key listen for c# like in c++
I have progam keeps moves some symbols from left to right. Is there a command that if a key is pressed it does a procedure than continues moving the symbols but if no key is pressed it just moves the ...