013 at 4:15 PM, Peter Maydell
> wrote:
> > On 5 April 2013 15:06, Ivan Jovanovic
> wrote:
> >> When I examine in_asm and out_asm logs I notice that before my program
> >> starts emulating, dynamic linker code is being emulated, which is, of
> >> course, expected
Hello everyone,
For the student project that I am working on I am executing a program in
user mode emulation in qemu.
When I examine in_asm and out_asm logs I notice that before my program
starts emulating, dynamic linker code is being emulated, which is, of
course, expected.
My question is, is
Hello everyone,
I am a Computer science student which is new to QEMU, new to this list.
For the student project that I am working on, which is system security
related, I am executing a program in QEMU user mode emulation. To simulate
a program control flow change, like it happens in a real attack