I want to instrument call instruction so that my
tracking function is called on each call instruction.
>From what I understand, I should
a) change target-i386/translate.c case 0xe8 to
generate my own microinstruction, say gen_op_mycall()
b) Add functionality of op_mycall() to
target-i386/op.c
c)
Hi,
I want to instrument call instruction so that my
tracking function is called on each call instruction.
>From what I understand, I should
a) change target-i386/translate.c case 0xe8 to
generate my own microinstruction, say gen_op_mycall()
b) Add functionality of op_mycall() to
target-i386/op.c