forked from decaf-project/DECAF
-
Notifications
You must be signed in to change notification settings - Fork 1
Instruction logging
adava edited this page Feb 23, 2019
·
2 revisions
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.