Instruction logging - adava/DECAF-Selective GitHub Wiki

The last functionality of DECAF is instruction logging. Instruction logging happens while translation and after placing a tcg instruction in the buffer. The function that performs the instruction logging is log_tcg_ir and it is called right after the return from disas_insn and before performing taint propagation insertion.