siray
06-23-2008, 10:01 PM
I made my personal project with AMS that used for killing virus activities in memory manually. After that, I delete virus files manually, and then I repair my registry manually too :D
I include with my project an alternative tool of Windows Task Manager named IceSword to terminate virus activities in memory process
('coz Win Task Manager has been disabled by the virus, and any other tools which have similiar functions with it always minimized or closed
directly by the virus when I try to execute them, except IceSword).
Here my problems:
- I want to terminate IceSword when i close my program,
So i use lua script which contains few lines of codes to
terminate IceSword and i put it on On Click event (close button).
Everything works for other programs when i execute this script,
all of the programs which i include with my project, closed directly.
But nothing happened with IceSword :huh
- i try to terminate IceSword with Window.EnumerateProcesses and
Window.Close OR with System.EnumerateProcesses
and System.TerminateProcess (as few examples in AMS Help or
from this forum), but once more, nothing happened with IceSword.
- i could not use Window.EnumerateTitles because IceSword always
changes its window title randomly.
So... mmmpffh..... Any suggestions..? Thanks a lot to read and answer my post.
And sorry for my English... i hope you're all not confuse with my sentences ;)
Regards,
SiRAY
-------------------------------------------------------------------------------------------------------------
Note:
IceSword is a powerful tool to terminate everything in memory
even you're not logged on as an administrator. And many other functions
which u can use as an alternative tools of Windows Tools, such as Registry Editor, Win32 Services,
or to deleting and copying files.
-------------------------------------------------------------------------------------------------------------
I didn't included IceSword with my uploaded project below 'coz its about 2 mb. But you can try IceSword here:
http://pjf.blogcn.com
OR
http://mail.ustc.edu.cn/~jfpan/download/IceSword122en.zip
I include with my project an alternative tool of Windows Task Manager named IceSword to terminate virus activities in memory process
('coz Win Task Manager has been disabled by the virus, and any other tools which have similiar functions with it always minimized or closed
directly by the virus when I try to execute them, except IceSword).
Here my problems:
- I want to terminate IceSword when i close my program,
So i use lua script which contains few lines of codes to
terminate IceSword and i put it on On Click event (close button).
Everything works for other programs when i execute this script,
all of the programs which i include with my project, closed directly.
But nothing happened with IceSword :huh
- i try to terminate IceSword with Window.EnumerateProcesses and
Window.Close OR with System.EnumerateProcesses
and System.TerminateProcess (as few examples in AMS Help or
from this forum), but once more, nothing happened with IceSword.
- i could not use Window.EnumerateTitles because IceSword always
changes its window title randomly.
So... mmmpffh..... Any suggestions..? Thanks a lot to read and answer my post.
And sorry for my English... i hope you're all not confuse with my sentences ;)
Regards,
SiRAY
-------------------------------------------------------------------------------------------------------------
Note:
IceSword is a powerful tool to terminate everything in memory
even you're not logged on as an administrator. And many other functions
which u can use as an alternative tools of Windows Tools, such as Registry Editor, Win32 Services,
or to deleting and copying files.
-------------------------------------------------------------------------------------------------------------
I didn't included IceSword with my uploaded project below 'coz its about 2 mb. But you can try IceSword here:
http://pjf.blogcn.com
OR
http://mail.ustc.edu.cn/~jfpan/download/IceSword122en.zip