Greetings, I'm using qemu user mode for i386 and I would like to print the opcodes of an input executable one bye one before any translation. Is the file target-i386/translate.c the one that I shall edit? The function disas_insn() in the same file is the appropriate one?
Thanx in advance