URGENT! C++ Question!

Programming, for all ages and all languages.
Post Reply
nuno_silva_pt

URGENT! C++ Question!

Post by nuno_silva_pt »

I have a program that kills virus processes, like tftp*.exe
i want to know how to kill all processes that start witj tftp and end with .exe, because its a virus that creates the same program with random numbers and letters. can anyone help me? thank you anyway!
User avatar
Candy
Member
Member
Posts: 3882
Joined: Tue Oct 17, 2006 11:33 pm
Location: Eindhoven

URGENT! C++ Answer!

Post by Candy »

nuno_silva_pt wrote: I have a program that kills virus processes, like tftp*.exe
i want to know how to kill all processes that start witj tftp and end with .exe, because its a virus that creates the same program with random numbers and letters. can anyone help me? thank you anyway!
now, if you'd get down to a normal level, TFTP is a protocol where tftp is a program that uses it. There 90% certainly is a third program that spawns those tftp processes which you don't see. Look for hidden processes.

Alternatively, close your TFTP port for use in either direction :)

PS: what's c++ about the question? It's more windowsish.

PPS: Deedee works at the dutch railways. "Oooooh... what does THIS button do?" -> and then 1/4th of the railnet was blacked out, switches and signals included.
Post Reply