JackyChan Posted June 4, 2009 Posted June 4, 2009 Hi, I want to hook ZwOpenProcess to a process. Can you help me? Thank you very much.
Inverted Posted June 4, 2009 Posted June 4, 2009 (edited) JackyChan said: Hi,I want to hook ZwOpenProcess to a process.Can you help me?Thank you very much.Well, there is this :http://www.autoitscript.com/forum/index.ph...%20api&st=0But it's to hook APIs in your own process. It is possible to hook APIs in other processes,even with AutoIt, best way is to inject a dll to them.EDIT: Just thought that AutoIt can't make dll, right ? Oh, well. It's the wrong language for the job anyway. Edited June 4, 2009 by Inverted
Recommended Posts