how to hook Create Process in Win7

c++ / delphi package - dll injection and api hooking
madshi
Site Admin
Posts: 10753
Joined: Sun Mar 21, 2004 5:25 pm

Re: how to hook Create Process in Win7

Post by madshi »

I don't know for sure. Maybe there's an NtCreateSectionEx? Or maybe the actual process creation is done by a process you're not hooking yet (e.g. some system process)? I don't really know.
vic4key
Posts: 5
Joined: Wed Jun 24, 2015 5:57 am
Location: /dev/null
Contact:

Re: how to hook Create Process in Win7

Post by vic4key »

I'll research more. When I done it, I'll release it at here for sharing. Thank you again for your enthusiastic help.
Best Regard,
-Vic
Post Reply