Re: [Valgrind-users] How to dump the VEX IR and generated assembly during translation

2013-11-02 Thread John Reiser
> 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

[Valgrind-users] How to dump the VEX IR and generated assembly during translation

2013-11-02 Thread Lu Mitnick
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 Heavyweigh