Re: [Qemu-devel] Execute a char buffer without loading ELF

2010-03-23 Thread Paul Brook
> I am involved in a project that we use Qemu user mode for i386 > (./i386-linux-user/qemu-i386). I want to modify the source code > in such a way to make qemu execute a buffer of bytes (given from the comman > line for example) rather than loading > an ELF file and executing. I started looking at

[Qemu-devel] Execute a char buffer without loading ELF

2010-03-23 Thread John Vele
Hello, I am involved in a project that we use Qemu user mode for i386 (./i386-linux-user/qemu-i386). I want to modify the source code in such a way to make qemu execute a buffer of bytes (given from the comman line for example) rather than loading an ELF file and executing. I started looking at li