|
From: Lu M. <kin...@gm...> - 2013-11-02 21:22:58
|
Hello all, I want to observe the binary translation and instrumentation progress, which translate machine code to tree IR first, then translate tree IR to flat IR and do instrumentation, finally rebuild tree IR and output machine code, just like section 3.7 of "Valgrind: A Framework for Heavyweight Dynamic Binary Instrumentation". I have try --help-debug but I cannot find any relevant option. Is it possible to dump these information by any option? Thanks a lot |