Hello, I'm wondering if it is possible to perform Linux system calls like fork and exec (directly via the int 0x80 instruction) from a program running under Wine on x86 machine? Thanks, Andrew Makhorin
On Sunday 26 August 2012 03:27:52 Andrew Makhorin wrote:> I'm wondering if it is possible to perform Linux system calls like fork > and exec (directly via the int 0x80 instruction) from a program running > under Wine on x86 machine?Yes, it is possible.