MarioVilas/winappdbg

CreateProcessA failed with error 50 - ERROR_NOT_SUPPORTED

uriyay opened this issue · 1 comments

When trying to call debug.execv(..) I get error 50 - ERROR_NOT_SUPPORTED:
File "C:\Python27\lib\site-packages\winappdbg\debug.py", line 356, in execv return self.execl(lpCmdLine, **kwargs) File "C:\Python27\lib\site-packages\winappdbg\debug.py", line 499, in execl aProcess = self.system.start_process(lpCmdLine, **kwargs) File "C:\Python27\lib\site-packages\winappdbg\process.py", line 4258, in start_process lpStartupInfo = lpStartupInfo) File "C:\Python27\lib\site-packages\winappdbg\win32\defines.py", line 279, in __call__ return fn(*argv, **argd) File "C:\Python27\lib\site-packages\winappdbg\win32\kernel32.py", line 3892, in CreateProcessA _CreateProcessA(lpApplicationName, lpCommandLine, lpProcessAttributes, lpThreadAttributes, bool(bInheritHandles), dwCreationFlags, lpEnvironment, lpCurrentDirectory, byref(lpStartupInfo), byref(lpProcessInformation)) File "C:\Python27\lib\site-packages\winappdbg\win32\defines.py", line 156, in RaiseIfZero raise ctypes.WinError() WindowsError: [Error 50] The request is not supported.

I think that's because I'm trying to debug 64-bit from 32-bit

Closing this since debugging from 64-bit to 32-bit will likely never be supported.