Hi All,
Adding another note to my previous email. Is this even possible to do what I am mentioned in my last email? (See Below)
Regards,
Atif
Hi All,
I am inserting
movl %eax, %eax
instruction within the assembly code of a program and I am running the code on QEMU which is configured for i386 and is running linux-0.2.img.
I want to detect this assembly instruction within the QEMU code in order to perform a specific operation e.g. when ever QEMU finds this instruction a specific function is called. Could anyone please tell me which QEMU files should I modify in order to add this functionality. I looked through almost all the C files but was unable to figure it out.
I will really appreciate any help.
Thanks,
Atif