Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
That's exactly what SoftIce does. It hooks the kernal, etc at boot.Hero999 said:The only way of playing with another program's memory under Windows NT is by loading the program in kernel mode, so it acts like part of the operating system; this would involve having to load a driver when the system starts up.
What happens if you give it the three finger salute and use "End Process" in Windows task manager?Marks256 said:I know that i can close it with a right click, but i like to over complicate things sometimes.
Kchriste said:That's exactly what SoftIce does. It hooks the kernal, etc at boot.
What happens if you give it the three finger salute and use "End Process" in Windows task manager?
Not legally.... but if you thought about it a bit more you're sure to find it!Marks256 said:I can not find a copy on the net. Do you know where i can download it?
Access Denied... The program is set as a system process by the administrator. That is why most of the programs that are able to edit memory can not do anything for me because system processes are read-only
But there should be some way to make a script that is able to run a program as admin that only you have access to that would allow disabling of the ethernet, executing the shutdown and the re-enabling the ethernet.
Not legally.... but if you thought about it a bit more you're sure to find it!
I don't think it'll do you much good anyway, since you'll probably need admin rights to install/run it and with admin rights you can just kill it as you stated previously:
set oShell= Wscript.CreateObject("WScript.Shell")
oShell.Run "runas /user:Admin ""cmd"""
WScript.Sleep 100
oShell.Sendkeys "password~"
Wscript.Quit