Can a WoW64 process create/fork/etc pure x64 process ?
Posted
by Y.B
on Stack Overflow
See other posts from Stack Overflow
or by Y.B
Published on 2010-06-14T15:13:40Z
Indexed on
2010/06/14
16:12 UTC
Read the original article
Hit count: 279
Hi.
I wish to call a x64 exe from x86 process/exe, for example:
- open x32 cmd : %windir%\SysWoW64\cmd.exe
- start notepad: notepad.exe <- it will be x32 notepad (according to taskmanager = *)
Is it possible to execute the x64 notepad from the x32 cmd ?
My problem is the process I'm executing must run as x64, I don't want it to work as x86 (WoW) since it acts differently... this is how it was programmed and I can't change it :-( and my exe is x86...
To simplify my question: can a WoW process create/fork/etc pure x64 process ?
many thanks
YB
© Stack Overflow or respective owner