[Bug 47503] New: Problems with CreateProcess(CREATE_SUSPENDED) and later ResumeThread

wine-bugs at winehq.org wine-bugs at winehq.org
Fri Jul 12 08:30:48 CDT 2019


https://bugs.winehq.org/show_bug.cgi?id=47503

            Bug ID: 47503
           Summary: Problems with CreateProcess(CREATE_SUSPENDED) and
                    later ResumeThread
           Product: Wine
           Version: 4.0.1
          Hardware: x86
                OS: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: kernel32
          Assignee: wine-bugs at winehq.org
          Reporter: ghotik2002 at yahoo.com
      Distribution: ---

I'm trying to port DxWnd ( https://sourceforge.net/p/dxwnd ) on Wine and it
runs
pretty out of the box for injection based on SetWindowsHook calls, but in many
cases it is necessary to use code injection based on thread suspension /
resume.
An injection mode uses CreateProcess(CREATE_SUSPENDED) and some later
ResumeThread 
call, but the result is an alive process (I can list it with Linux ps command)
that is probably still suspended and can't take control of the desktop.
If anyone may want to replicate the test, he/she may contact me on SourceForge
DxWnd dedicated forum or write me at ghotik2002 at yahoo.com.

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list