CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Dec 2006
    Posts
    86

    How to use ZwCreateProcess

    How do you actually use ZwCreateProcess? I figured out how to map the file to the section, but I can't make the process actually run (I can't make the thread). How do you do that?

  2. #2
    Join Date
    Mar 2007
    Posts
    157

    Re: How to use ZwCreateProcess

    why don't you use NtCreateProcess.
    http://undocumented.ntinternals.net/...teProcess.html

  3. #3
    Join Date
    Dec 2006
    Posts
    86

    Same Problem

    But there is the same problem - I need to create a new stack and a new thread. How do I do that?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured