Hi.
I know that Intel Processor Trace can be used to reconstruct the instruction flow of a given process but is there any way to get further information as the context at the begining of each basic block?
My goal is getting a full trace including context or read memory.
If I can get the context at the begining of the block I could emulate the instructions of that block to get the context at every moment.
Thank you
Link Copied
For more complete information about compiler optimizations, see our Optimization Notice.