LVAC Posted August 16, 2009 Posted August 16, 2009 I want to call "ZwterminateProcess" function in C:\WINDOWS\system32\ntoskrnl.exe, but I cannot call it by dllcall. Can you give me some code to do it?
Richard Robertson Posted August 16, 2009 Posted August 16, 2009 That function is intended for driver use. Not user mode applications.
Richard Robertson Posted August 17, 2009 Posted August 17, 2009 Yes and no. Yes, it can be called if done correctly. No you shouldn't call it. Use ProcessClose() in AutoIt instead. Or TerminateProcess() in the WinApi if not using AutoIt.
electrico Posted August 20, 2009 Posted August 20, 2009 Richard Robertson, I am enjoying your answers >_
Richard Robertson Posted August 21, 2009 Posted August 21, 2009 Richard Robertson, I am enjoying your answers >_<May I ask in what way?
LVAC Posted August 23, 2009 Author Posted August 23, 2009 I want to write a new program for security, ProcessClose() in AutoIt cannot kill some strong program of virus. So I want to call some function like that >_< How to call it?
Developers Jos Posted August 23, 2009 Developers Posted August 23, 2009 I want to write a new program for security, ProcessClose() in AutoIt cannot kill some strong program of virus. So I want to call some function like that >_< How to call it?Use a good AV packages and lets not good in much more details here since that could be used by other with less good intentions.Jos SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past.
Richard Robertson Posted August 24, 2009 Posted August 24, 2009 I want to write a new program for security, ProcessClose() in AutoIt cannot kill some strong program of virus. So I want to call some function like that >_< How to call it?Like I said the first time. That function is intended for DRIVERS.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now