techpp
asked on
windows 2000 server
how to write plug in to crash the windows server in c++
Why would you deliberately want to crash a server? Sounds like hacking to me which is against Expert Exchange policy
ASKER CERTIFIED SOLUTION
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
ASKER
oh oh is it like that , nope u gotta me wrong not that intention
ASKER
can't i have a c++ code small code in simple to achive this
jkr,
Fair enough. Seems kinda odd to want to just crash your system deliberately.
Fair enough. Seems kinda odd to want to just crash your system deliberately.
ASKER
should i accept this as a answer?
You can only call 'KeBugCheck()' from a driver inside kernel space, see http://msdn2.microsoft.com/en-us/library/ms801640.aspx - that way, this is not a security hole, since you need to be an admin to install the driver.