atos-tools / qemu

QEMU with instrumentation support, ref to tcg/plugins/README
https://guillon.github.io/qemu-plugins
Other
5 stars 8 forks source link

Adding new wrapper for PC unbiasing #13

Closed NicolasDerumigny closed 5 years ago

guillon commented 5 years ago

Can you provide an example of how/where it could be used?

NicolasDerumigny commented 5 years ago

I provide to a plug-in the filename and PC corresponding to the start and the end of a code region that I want to be instrumented. Then I need the biased PC start/end to be able to check whether the current PC is in the instrumented region or not.

guillon commented 5 years ago

Ok, seems fine.