Re: [Qemu-devel] Finding first TranslationBlock in user mode emulation

2013-04-05 Thread Ivan Jovanovic
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

[Qemu-devel] Finding first TranslationBlock in user mode emulation

2013-04-05 Thread Ivan Jovanovic
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

[Qemu-devel] Modifying a program counter

2013-03-31 Thread Ivan Jovanovic
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