Make a running program crash [RESOLVED]
I received a message on hotmail and downloaded a screen saver,
DONT DOWNLOAD IT!
...
It is a virus...
So I installed it... stupidly... not knowing the freeking file was infected... and I rebooted a few hours later.
I found a .txt file on my desktop called "aYerHS.txt",
The hackers manifesto.
here is the file content... wich is randomly ouputed on boot...
=================================================
W32.@YerH$.B,Made in India.
wE aRe thE greAt iNdiAnS.
----------------------------
iNdiAn hAckeRs + vXerS teAm up...
aNd kicK lamEr a**
no m0re pAk ****..
itZ oUr tiMe to shOw tHem, the p0wer of teaM w0rk.
f**k AIC,GFORCE,SILVERLORDS,WFD..f*****g k1dd1es..
no **** bUsineSS iN heRe aNd
nO lamE stuFF..
=================================================
>> [email protected]
Now, I sent the Ctrl+Alt+Delete keys to look at the running programs and a new program was running...
(Paniked, freaked out, kicked my dog... set the house on fire bla bla bla... the usual stuf... and then *DELETED THE INTALLATION FILES OF THE SCREEN SAVERS* wich did not do anything at all)
"Winservices"
......REALY?!, did I say...
I shutdown the program... but my computer sudenly crashes...
(this problem also occured in the past sometimes)...
I reebooted... and looked at the Start -> Run...
Typed: "msconfig"
Then checked for booting programs... Unchecked The "Winservices" program to hopefully not start at windows boot...
But it did...
However, the booting list of msconfig indicates the location of the file executed :D, soooo the only thing I need to do is to delete the file located in "C:\Windows\System\Winservices.exe".
However... it is well know that you cannot delete a file that is curently running nor modify its content... so......
======================
=====MAIN OBJECTIVE =====
======================
I need to program something in visual basic, similar to the ctrl+alt+delete window that would
0. List all the running programs.
1. Make a selected program crash.
Plus, I found that some programs can run in the taskbar without being displayed in the running programs list, I would like to list those programs also.
2. List hidden running programs also
======================
===FOR YOUR OWN SAFETY ==
======================
If you ever receive an e-mail with a screen saver download, simply delete the e-mail.
Well, that is all fellow readers... Also, while writing this message I have an idea who could actually work... deleting the infected exe in DOS MODE, pressing F8 button while windows is loading..... lets hope it works!
If you have suggestions about the virus or the VB program (By the way I use VB6), please post right away...!
Thanks a lot, I'll check those functions immidiately!
Quote:
Originally posted by Shawn N
Ruku use these API functions
To kill a process:
To get all running processes:
Finaly, an answer ;)
Thanks a lot...
However... I dont think it will enumerate the hidden programs in the taskbar, but which are not listed on Ctrl+alt+del window...
Any help for that one?
I made quite the stupid error...
...
Hey readers...
I found out that other files wer attached to this virus, s I deleted them (I knew this because the virus, screensavers, etc... had the same icon)... but bad news:
ONE OF THEM IS USED BY WINDOWS
And my problem is this...
Everytime I open a shortcut, it tells me that it cant find the program, ... So I have to browse threw directories everytime I want to open an unbrowsed shortcut... Because once its located, it doesn't ask again...
Uh oh...
The bigest bad news...: I didn't check the files names...:rolleyes:
I know... that was quite the stupid thing to do.....
But now... would anyone happen to know what files should I download to get windows back in order???
:confused:
And i'd still want to do the program I asked for..... :(
but I had only one reply over that one...
Re: I made quite the stupid error...
Quote:
Originally posted by Ruku
...
Hey readers...
I found out that other files wer attached to this virus, s I deleted them (I knew this because the virus, screensavers, etc... had the same icon)... but bad news:
ONE OF THEM IS USED BY WINDOWS
And my problem is this...
Everytime I open a shortcut, it tells me that it cant find the program, ... So I have to browse threw directories everytime I want to open an unbrowsed shortcut... Because once its located, it doesn't ask again...
Uh oh...
The bigest bad news...: I didn't check the files names...:rolleyes:
I know... that was quite the stupid thing to do.....
But now... would anyone happen to know what files should I download to get windows back in order???
:confused:
And i'd still want to do the program I asked for..... :(
but I had only one reply over that one...
Just reformat ... whats the big deal? You do stay backed up, right? Judging from this thread, youve already expended the energy and time of 10 re-formats already ...
Re: I made quite the stupid error...
Quote:
Originally posted by Ruku
...
Hey readers...
I found out that other files wer attached to this virus, s I deleted them (I knew this because the virus, screensavers, etc... had the same icon)... but bad news:
ONE OF THEM IS USED BY WINDOWS
And my problem is this...
Everytime I open a shortcut, it tells me that it cant find the program, ... So I have to browse threw directories everytime I want to open an unbrowsed shortcut... Because once its located, it doesn't ask again...
Uh oh...
The bigest bad news...: I didn't check the files names...:rolleyes:
I know... that was quite the stupid thing to do.....
But now... would anyone happen to know what files should I download to get windows back in order???
:confused:
Yaha modifies HKEY_CLASSES_ROOT\exefile\shell\open\command so that it's run everytime you open an executable. Windows is giving you that error because it can't find one the virus files which you deleted, probably WinServices.exe.
You should be able to open regedit now, so change the value in that key to
"%1" %*
With quotes.
Re: Re: I made quite the stupid error...
Quote:
Originally posted by axion_sa
Yaha modifies HKEY_CLASSES_ROOT\exefile\shell\open\command so that it's run everytime you open an executable. Windows is giving you that error because it can't find one the virus files which you deleted, probably WinServices.exe.
You should be able to open regedit now, so change the value in that key to
"%1" %*
With quotes.
Yes, probaly... but no it wasn't the file Winservices.exe....